You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
Edit: Using your own IV is a little more secure than the current method, but you still should salt the password. On the other hand if you salt your password and set an own IV you can just use the CommonCrypto framework. I think this repo is for everyone searching a very easy way to encrypt and decrypt data using AES (though unsecure), but if you want a secure crypting method you should use CommonCrypto instead.
Hello there,
I saw a closed issue about IV support and I can see from this code that IV is supported... But with a fixed IV, isn't it?
I mean, what usually happens is:
Is this doable?
Thanks a lot...
The text was updated successfully, but these errors were encountered: