Ideas2IT / cordova-aes256

MIT License
13 stars 20 forks source link

Fix unwrap during invalid base64 strings; #34

Closed losgobbi closed 4 months ago

losgobbi commented 2 years ago

During some accidental tests using ionic v5, I've passed invalid base64 strings to decrypt functions causing the application to crash. Add a guard let statement to avoid that.