An open API service indexing awesome lists of open source software.

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

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

![admin tool](https://github.com/bitbeans/ransodium/blob/master/img/admin.png)

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

![decryptor tool](https://github.com/bitbeans/ransodium/blob/master/img/decryptor.png)

## Note
Only for educational purposes.

## License
[MIT](https://en.wikipedia.org/wiki/MIT_License)