Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Jul 15, 2021
1 parent 3765c76 commit bebad57
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Text Encoder and Decoder

### Encode and decode text in many different ways using this GUI application!

![](application.png)

#### Encode in:
- ASCII85
- Base85
- Base64
- Base32
- Base16
- Url
- MD5 Hash
- SHA-1
- SHA-256
- SHA-512

#### Decode in:
- ASCII85
- Base85
- Base64
- Base32
- Base16
- Url

###### Made with Python 3.9.6 and PyQt5 5.15.4

0 comments on commit bebad57

Please sign in to comment.