RNCryptor-cs

(★ 22)

C# implementation of Rob Napier's RNCryptor

File Explorer

  • .gitignore
  • LICENSE
  • README.md
  • RNCryptor.sln
  • RNCryptor.userprefs

# Use via CDN

jsDelivr

jsDelivr 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.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mono

View Details ▼

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