Welcome Guest, Not a member yet? Register   Sign In
AES Encryption without Mcrypt library
#6

(10-31-2014, 06:22 PM)ivantcholakov Wrote: The Encryption library is like a Swiss knife and it needs some boilerplate code for achieving the desired encryption algorithm. This may be not convenient for all, there are details to be understood. I also think, its default algorithm choice could be AES 256 CBC for good.

It uses AES-128-CBC by default and you don't need any boilerplate code to use that.

(10-31-2014, 06:22 PM)ivantcholakov Wrote: What I did is a compatible implementation in PHP from a JavaScript project called "Gibberish AES" https://github.com/mdp/gibberish-aes This is where this funny name comes from, but the work is serious.

Yes, I saw that it's just a port of another library ... and "gibberish" is very appropriate for that library. It doesn't do a lot of things right if at all.
Reply


Messages In This Thread
RE: AES Encryption without Mcrypt library - by Narf - 11-01-2014, 08:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB