README 437 B

12345678910
  1. RNCryptor PHP
  2. -------------
  3. This implementation strives to be fully compatible with Rob Napier's
  4. Objective-C implementation of RNCryptor. It supports both encryption and
  5. decryption of all RNCryptor schema versions through version 3. Due to security
  6. concerns with schemas 0 through 2, it is strongly recommended to use schema 3
  7. wherever possible. This is the default if none is specified.
  8. Basic usage is seen in the examples folder.