Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inclinedadarsh/ciphered
An open-source web app that let's you encrypt or decrypt any message you want using various algorithms and keys.
https://github.com/inclinedadarsh/ciphered
cipher encryption react reactjs shadcn-ui
Last synced: 26 days ago
JSON representation
An open-source web app that let's you encrypt or decrypt any message you want using various algorithms and keys.
- Host: GitHub
- URL: https://github.com/inclinedadarsh/ciphered
- Owner: inclinedadarsh
- License: mit
- Created: 2023-11-03T17:55:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T15:39:03.000Z (about 1 year ago)
- Last Synced: 2023-11-10T17:41:31.002Z (about 1 year ago)
- Topics: cipher, encryption, react, reactjs, shadcn-ui
- Language: TypeScript
- Homepage: https://ciphered.vercel.app
- Size: 5.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![image](https://github.com/inclinedadarsh/ciphered/assets/84132532/1f215b62-8a48-4e56-820a-189187034dab)
# Ciphered
Live website available here: https://ciphered.vercel.app/
Ciphered is a web app that let's you encrypt and decrypt messages using various algorithms.
## Available algorithms
- Caesar Cipher
- Simple Substitution> If you want to add an algorithm, check out the guide on [how to add an algorithm](https://github.com/inclinedadarsh/ciphered/blob/main/CONTRIBUTING.md#steps-to-add-a-new-algorithm)
## Tech Stack
- ReactJS
- TypeScript
- TailwindCSS ([shadcn/ui](https://ui.shadcn.com/))## Contributing
Contributions are always welcome! There are numerous ways you can contribute to the project.
See [`CONTRIBUTING.md`](https://github.com/inclinedadarsh/ciphered/blob/main/CONTRIBUTING.md) for how to get started, basic installation & ways to contribute.
Please adhere to this project's [`CODE_OF_CONDUCT.md`](https://github.com/inclinedadarsh/ciphered/blob/main/CODE_OF_CONDUCT.md).
## Authors
- [@inclinedadarsh](https://www.github.com/inclinedadarsh)