norkator / cryptography

Cryptography Android application code samples / cipher collection for app users
https://play.google.com/store/apps/details?id=com.nitramite.cryptography
MIT License
184 stars 32 forks source link

More ciphers hashes encoding and random methods #29

Closed norkator closed 3 years ago

norkator commented 3 years ago

Todo:

norkator commented 3 years ago

I reviewed the files, all looks really good and neat. Just a small suggestion, can we make it like the encrypt and decrypt methods in every cryptic technique returns a string instead of a byte block? Or is there a reason to have it returning like a block?

What returns byte block, except randoms?

SKR301 commented 3 years ago

image

Aes.encrypt() returns a byte array