https://github.com/bitbeans/ransodium
like hidden-tear with libsodium
https://github.com/bitbeans/ransodium
Last synced: 11 months ago
JSON representation
like hidden-tear with libsodium
- Host: GitHub
- URL: https://github.com/bitbeans/ransodium
- Owner: bitbeans
- License: mit
- Created: 2015-08-20T08:54:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T15:02:54.000Z (over 10 years ago)
- Last Synced: 2025-04-23T16:24:07.401Z (11 months ago)
- Language: C#
- Homepage:
- Size: 707 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ransodium
A small midnight project, inspired by [hidden-tear](https://github.com/utkusen/hidden-tear).
##This repository contains 3 projects:
### ransodium
Tool to encrypt the files with [libsodium-net](https://github.com/adamcaudill/libsodium-net) and [StreamCryptor](https://github.com/bitbeans/StreamCryptor) (hard coded public key).
For more information about the used algorithms, visit the project sites.
### admin
Tool on the admin site, to decrypt the base64 string, sent by the user (hard coded private key).

### decryptor
Tool to decrypt the encrypted files again.

## Note
Only for educational purposes.
## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)