https://github.com/neroist/text-encode-and-decoder
Encode and decode text application
https://github.com/neroist/text-encode-and-decoder
ascii85 base16 base32 base64 base85 decode decoder encode encoder md5-hash pyqt5 python sha-1 sha-224 sha-256 sha-384 sha-512 text
Last synced: 9 months ago
JSON representation
Encode and decode text application
- Host: GitHub
- URL: https://github.com/neroist/text-encode-and-decoder
- Owner: neroist
- License: gpl-3.0
- Created: 2021-07-13T03:44:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T03:55:56.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T01:41:24.415Z (11 months ago)
- Topics: ascii85, base16, base32, base64, base85, decode, decoder, encode, encoder, md5-hash, pyqt5, python, sha-1, sha-224, sha-256, sha-384, sha-512, text
- Language: Python
- Homepage:
- Size: 236 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Encoder and Decoder
### Encode and decode text in many ways using this application!

#### Encode in:
- ASCII85
- Base85
- Base64
- Base32
- Base16
- Url
- MD5 Hash
- SHA-1
- SHA-224
- SHA-384
- SHA-256
- SHA-512
#### Decode in:
- ASCII85
- Base85
- Base64
- Base32
- Base16
- Url
## Credits
### Images
-
I Icon #285925 from icon-library.com
Style Sheets
-
dark_orange/style.qss from the pyqt-stylesheets github repo by sommerc
(used as
main.qssin this application, with a few changes)
#### [See the app's license as well](https://github.com/nonimportant/text-encode-and-decoder/blob/main/LICENSE)
###### Made with Python 3.9.6 and PyQt5 5.15.4