https://github.com/zukardex/zeryto
Zeryto- an amateur cryptosystem experiment
https://github.com/zukardex/zeryto
cryptography
Last synced: 8 months ago
JSON representation
Zeryto- an amateur cryptosystem experiment
- Host: GitHub
- URL: https://github.com/zukardex/zeryto
- Owner: zukardex
- License: gpl-3.0
- Created: 2020-04-05T20:26:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T16:55:26.000Z (over 3 years ago)
- Last Synced: 2025-02-15T18:59:13.137Z (over 1 year ago)
- Topics: cryptography
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zeryto
Zeryto is a simple cryptosystem moulded out in PHP with the intention of making the data transfer between the server and the client secure.
Zeryto allows anyone to encrypt the text using a key and there are two keys available to decrypt the text.
Encryption is done through 3 processes here ie, Alpha encoding, Salting, and Beta encoding.
The secondary key for decryption is the "z value". Decryption takes less time and low CPU power if this "z value" is used for decryption.
You can add new characters to the $alph array if you want more characters to be supported.