Skip to content
This repository has been archived by the owner on Jan 9, 2018. It is now read-only.

AES algorithm #7

Open
efung opened this issue Sep 11, 2013 · 3 comments
Open

AES algorithm #7

efung opened this issue Sep 11, 2013 · 3 comments

Comments

@efung
Copy link

efung commented Sep 11, 2013

re:

https://github.com/Gurpartap/AESCrypt-ObjC/blob/master/NSData%2BCommonCrypto.m#L177

The method name says AES256, but the algorithm identifier uses AES-128. The key being passed in is also the output from SHA-256, so it's a 256-bit key.

Mismatches?

@scottyab
Copy link

+1 this confused me also (trying to implement Android version)

@nileshkotkar
Copy link

i got this type of error :-
Invalid length for a Base-64 char array.

@rbonestell
Copy link

It's the same algorithm, just depends on the key size which appears to be dynamic in this implementation. http://stackoverflow.com/a/9617238/623487

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants