All Projects → RNCryptor → RNCryptor-cs

RNCryptor / RNCryptor-cs

Licence: MIT license
C# implementation of Rob Napier's RNCryptor

Programming Languages

C#
18002 projects

RNCryptor-cs

C# implementation of Rob Napier's RNCryptor

Note: This codebase is in early alpha stage. Don't expect it to do much yet.

Note: This project was forked from here

Changes: The main change is, you can encrypt any byte array now, not just strings. Byte arrays can be encrypted multiple times and still be decrypted.

This project was developed using Mono on Mac OSX. Its compatibility with Windows platforms is presently unknown.

To build on OSX, make sure you've got the Mono compiler installed, then run xbuild RNCryptor.csproj. To run it, you can then do this: mono bin/Debug/RNCryptor.exe. It only runs test at the moment, but at least this way we can see what we still need to work on.

All tests are known to pass. Tests cover RNCryptor schemas through version 2.

License: MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].