Metadata-Version: 2.4
Name: ez-encrypt
Version: 1.0.5
Summary: encode / decode anything
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# ezenc! :3

Hiya and welcome!

ezenc / ez-encoder is a simple software made entirely in Python that lets you encode / decode anything: base64, hex, morse, JWT, ROT13, and more.

![ezenc logo!](https://cdn.hackclub.com/019e8b09-f7da-7f68-ab6a-c80b39f176ab/screenshot_2026-06-02_at_6.12.19___pm.png)

## About

ezenc is the fifth app in my useful terminal software package, it joins [syt](https://github.com/newtontriumphant/syt), [sfm](https://github.com/newtontriumphant/sfm), [sss](https://github.com/newtontriumphant/sss_scraper), and [ezserial](https://github.com/newtontriumphant/ezserial)! All of these apps serve different purposes, but my current favorites are syt and, obviously, ezenc! :D

I made ezenc since I wanted a really dead-simple way to encrypt messages and texts - a friend of mine actually wanted me to make a backend for a text encryption-based messaging app, and I'm starting simple with ezenc to learn how to smart-detect and -decode different ciphers and encryptions.

As of now, ezenc supports 30 ciphers and encryptions. And yes, ezenc even supports the Bacon Cipher!!

![bacon cipher example!](https://cdn.hackclub.com/019e8b0e-47fa-73de-a2ce-c8dfd0d474e2/screenshot_2026-06-02_at_6.16.47___pm.png)

You can even use ezenc to generate sha hashes!! (keep in mind these can't easily be decoded, though...)

## Usage

Make sure you have `pip`, Python 3.10+, and `pipx` installed for best results! :)

```bash
# run without installing
pipx run ezenc

# or install permanently (either works) :3
pipx install ezenc
pip install ezenc
```

bonus: `cW-wrAbD?fAYo&4bzy95c_4IeZ)+fQXk{RDX>Da7bZ;POZgX^DY-}K9dSz~7AYpD~AY^4@Z)9a4bZBXFKOku!Y;SgDAbDXSAZ~AWAZKZIWgv8DX>%ZQWpHmGVIXsKVRC)` >:D

Made with ♡ by zsharpminor for Hack Club Stardance!