RNCryptor-cs
C# implementation of Rob Napier's RNCryptor
File Explorer
- Program.cs
- rncrypt.csproj
- Cryptor.cs
- Decryptor.cs
- encryptor.cs
- RNCryptor.csproj
- AssemblyInfo.cs
- Program.cs
- RNCryptor.Test.csproj
- TestRunner.cs
- TestStrings.cs
- .gitignore
- LICENSE
- README.md
- RNCryptor.sln
- RNCryptor.userprefs
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
mono
View Details ▼
mono
Runtime for the .NET Framework.
mono --debug {{path/to/program.exe}}
Run a .NET assembly in debug mode:
mono {{path/to/program.exe}}
Run a .NET assembly:
// repository documentation
Was this content helpful?
(0 ratings)
