Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komodoooo/senkrypt
Senkrypt is a new encryption system made by me and takaso
https://github.com/komodoooo/senkrypt
cryptography cryptography-algorithms decoding decryption encoding encryption
Last synced: about 3 hours ago
JSON representation
Senkrypt is a new encryption system made by me and takaso
- Host: GitHub
- URL: https://github.com/komodoooo/senkrypt
- Owner: komodoooo
- License: mit
- Created: 2022-04-01T21:22:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T15:12:21.000Z (about 2 years ago)
- Last Synced: 2023-03-10T04:34:56.175Z (over 1 year ago)
- Topics: cryptography, cryptography-algorithms, decoding, decryption, encoding, encryption
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Senkrypt
Senkrypt is a new encryption system made by me and takaso# Basic usage
**disclosure: use "-" instead of the spaces to encrypt a word, don't use "<" or ">" as key****Encrypt a word:**
`python3 senkrypt.py -e oscuro -k key` ==> _`2a82ba2cc2602c02a8`_
**Decrypt a word:**
`python3 senkrypt.py -d 2a82ba2cc2602c02a8 -k key` ==> _`oscuro`_
# Old encoding system
## You can use senkrypt also without key, as encoding system**Encode a word: (without key)**
`python3 senkrypt.py -e sesso` ==> _`22b23f23f1f923f`_
**Decode a word: (without key)**
`python3 senkrypt.py -d 22b23f23f1f923f` ==> _`sesso`_
**Credits**
@komodoooo
@takaso