https://github.com/darxisr/salsa20
Salsa20 encryption/decryption without libraries with GUI
https://github.com/darxisr/salsa20
cipher cryptography decryption development encryption gui open-source pyqt5 python salsa20 source-code tools
Last synced: about 1 year ago
JSON representation
Salsa20 encryption/decryption without libraries with GUI
- Host: GitHub
- URL: https://github.com/darxisr/salsa20
- Owner: DarxiSR
- License: mit
- Created: 2023-05-14T22:30:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T22:55:54.000Z (about 3 years ago)
- Last Synced: 2025-02-09T10:14:25.155Z (over 1 year ago)
- Topics: cipher, cryptography, decryption, development, encryption, gui, open-source, pyqt5, python, salsa20, source-code, tools
- Language: Python
- Homepage: https://t.me/Darxis
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
------------------
# INFORMATION #
------------------
## Contact
* Email: darxis.exception@vfemail.net
* Telegram: @Darxis
* Jabber: Darxis@exploit.im
* HackTheBox: https://www.hackthebox.eu/profile/37928
Salsa20 is a family of stream ciphers designed by Daniel J. Bernstein in 2005. Stream ciphers are a type of encryption algorithm that encrypts data on a bit-by-bit basis, as opposed to block ciphers that encrypt data in fixed-size blocks.

This program can encrypt and decrypt text using the Salsa20 crypto algorithm.
- The algorithm is written without using libraries
- The GUI is written in PyQt5
The code is based on: https://github.com/phantom-dreamer/Salsa20