Rob Napier b2abb2e6d3 Upgrade to build on Xcode 9b1. Fixes #17 6 years ago
..
Generated 67f31a64d8 Add assertion that key decryption is passed key of expected length. 9 years ago
en.lproj 26d5f5dcda Rename 12 years ago
GenVectorTests 357add267e Handle v1 test vectors 10 years ago
README.md 28a962e82d Move OpenSSL tests into their own file 10 years ago
RNCryptorTestHelpers.h b2abb2e6d3 Upgrade to build on Xcode 9b1. Fixes #17 6 years ago
RNCryptorTestHelpers.m 28a962e82d Move OpenSSL tests into their own file 10 years ago
RNCryptorTests-Info.plist a70db87493 Fixes for Xcode 8 and iOS 10 7 years ago
RNCryptorTests.m a70db87493 Fixes for Xcode 8 and iOS 10 7 years ago
XCTestCase+RNCryptorVectorTests.h 357add267e Handle v1 test vectors 10 years ago
XCTestCase+RNCryptorVectorTests.m 83b04dffbf Fix minor issue in the rnc_isEqualInConsistentTime: NSData method. I'm pretty sure it's not a problem for RNCryptor's usage, but in general use it was possible for two NSDatas, where one was a prefix of the other and their lengths differ by exactly 256, to compare as equal when they were not. I added a unit test to exhibit the problem. 10 years ago
openssl.enc 28a962e82d Move OpenSSL tests into their own file 10 years ago

README.md

openssl.enc:

echo Test data | openssl enc -aes-256-cbc -out test.enc -k Passw0rd