ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
C/C++

Free Salsa20 + Curve25519 Hybrid Encryption Engine Demo

Submitted by Remio at 02-06-2025, 02:07 PM


Free Salsa20 + Curve25519 Hybrid Encryption Engine Demo
829 Views
Remio's Avatar'
Remio
Offline
#1
FREE: Remy’s Salsa20 + Curve25519 Hybrid Encryption Engine Demo

[Image: 6ieosv.png]

Github link to repo: https://github.com/RemyQue/salsa20-curve25519-Demo


This simple Desktop CLI program takes a path / folder of the directory you wish to encrypt and generates: encryptor / decryptor binaries for target directory.
 Servers as a proof of concept / showcase for Salsa20 + Curve25519 Encryption mechamism. Note performance wise Salsa20 cipher is in most practical settings obviously slightly inferior to say Chacha20 (an improvement on Salsa20 cipher). Nonetheless this demonstration shows effective hybrid encryption of files with custom extentions.
 
Features
- Hybrid encryption engine - Combines the speed of Salsa20 stream cipher with Curve25519 elliptic curve cryptography
- Simple to use - Simply enter your target directory and type “build” - no complex setup required
- Fully self contained - Generates standalone executables with embedded cryptography libraries
- Super fast - Salsa20 stream cipher delivers fastest possisble encryption speeds without multi threading 
- Secure implementation - 256-bit keys with cryptographically secure random generation
- Easy operation - Automatic file discovery and batch processing
- Includes all source files: Builder and binary templates.

How it works:
[1] Download & launch the builder  
[2] Enter your target folder: e.g., “C:\Users\YourName\Documents\Sensitive”  
[3] Type “build” and wait for the binaries to compile  
[4] Builder will generate encryptor.exe and decryptor.exe form templates 

Tech Specs:
- Encryption Algorithm             Salsa20 Stream Cipher  
- Key Protection/Exchange      Curve25519 ECDH  
- Key Size                                       256-bit  
- Platform & Compiler                 Windows (Visual Studio Build Tools)  
- Dependencies                            None – Fully self-contained  
- File Size                                       >250KB (smaller with optimization flags)  


Demo Use Cases:
- Personal Privacy               See how private files can be securely handled  
- IT Professionals                 Test portable encryption without installation  
- Security Researchers        Analyze hybrid cryptography in action  
- Educational Use                 Learn how modern file encryption works  


Security Features (Demo-Only):
- No Backdoors                     Transparent open-source cryptographic logic  
- Forward Secrecy                 Generates unique keys per file  
- Zero Dependencies             No external libraries / dependencies / need for C2
- File Shredding                     Deletes original files after encryption  



Simple Desktop CLI use:

Enter target directory> "C:\Users\john\Documents\Secret"
✓ Target directory set: C:\Users\john\Documents\Secret
Type 'build' to create encryption suite for this directory.

RESPONSIBLE USE DISCLAIMER

This tool is designed for legitimate security purposes including:
• Personal file protection  
• Educational cryptography study  
• Security research and testing  

- Users are responsible for compliance with local laws and regulations.
- Hybrid Encryption Made Simple!
0
Reply
Walord123's Avatar'
Walord123
Offline
#2
big thanks
1
Reply
wolander's Avatar'
wolander
Offline
#3
best bro ww
1
Reply



Users browsing this thread: