StreamCryptor
File encryptor
A C# project for secure file encryption and decryption using stream-based approach and cryptographic libraries.
Stream encryption & decryption with libsodium and protobuf
131 stars
14 watching
29 forks
Language: C#
last commit: over 7 years ago
Linked from 3 awesome lists
c-sharpcryptocryptographylibsodiumprotobuf
Related projects:
Repository | Description | Stars |
---|---|---|
alichtman/deadbolt | A simple file encryption tool using AES-256-GCM algorithm and PBKDF2 password-based key derivation function | 341 |
elasticdog/transcrypt | A tool to transparently encrypt files in a Git repository. | 1,478 |
spieglt/cloaker | A simple file encryption tool that allows users to protect and decrypt files with a password. | 410 |
bitbeans/dnscrypt.toolbox | Tools and utilities to work with Dnscrypt-proxy configuration and measurement. | 40 |
n4sm/m0dern_p4cker | A modern packer for Linux executables that applies various encryption techniques to hide their contents | 42 |
goliate/hidden-tear | A file crypter that uses the AES algorithm to encrypt files and sends the encryption key to a remote server for decryption. | 729 |
tsusanka/fileencrypt | A program that uses encryption to secure files by transforming their contents into unreadable data | 9 |
bing0o/simple_ransomware | A Python script that encrypts system files using the pyCrypto library. | 8 |
bcryptnet/bcrypt.net | An enhanced C# implementation of the bcrypt password hashing algorithm | 839 |
packz/binary-encryption | An implementation of binary encryption from the phrack magazine. | 65 |
ciphershed/ciphershed | Cross-platform encryption software allowing users to on-the-fly encrypt files and data | 645 |
moteus/lua-aesfileencrypt | A Lua library that provides a simple way to encrypt files using AES encryption. | 18 |
anof-cyber/pycript | A tool for bypassing client-side encryption in web applications during penetration testing and bug bounty activities | 186 |
sorairolake/abcrypt | A comprehensive Rust library and toolset for secure file encryption and data protection. | 13 |
bitcoinjs/blkdat-stream | A module for parsing Bitcoin blockchain data from blk*.dat files in real-time | 14 |