Browse Source

Create README.md

Rob Napier 10 years ago
parent
commit
47f00e4f2a
1 changed files with 8 additions and 0 deletions
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -0,0 +1,8 @@
+rncryptor-js
+============
+
+(In Progress) JavaScript implementation of RNCryptor.
+
+THIS IS NOT A REAL, WORKING PRODUCT YET. (It does currently read and write modified RNCryptor files, however.)
+
+Currently uses a hard-coded 1000 PBKDF2 iterations, which makes its file format incompatible with the default RNCryptorformat. If you want it to work with the ObjC RNCryptor, you can, though, by setting the `rounds` to 1000 in the settings struct, both for the encryption key and the HMAC key.