https://github.com/zain-ul-din/text-cipher
text-chiper is a secure and convenient online tool that empowers users to generate robust passwords and encrypt text using advanced encryption algorithms
https://github.com/zain-ul-din/text-cipher
Last synced: 6 months ago
JSON representation
text-chiper is a secure and convenient online tool that empowers users to generate robust passwords and encrypt text using advanced encryption algorithms
- Host: GitHub
- URL: https://github.com/zain-ul-din/text-cipher
- Owner: Zain-ul-din
- Created: 2023-08-19T11:25:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T14:29:14.000Z (about 2 years ago)
- Last Synced: 2025-03-29T04:47:08.785Z (6 months ago)
- Language: HTML
- Homepage: https://text-cipher.vercel.app/home.html
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# text-cipher
text-chiper is a secure and convenient online tool that empowers users to generate robust passwords and encrypt text using advanced encryption algorithms### Get Started
- create `.env`
```.env
SITE_SECRET=YOUR_SECRET
```
- run `yarn` to install dependencies
- run `yarn start` to start the server
**OR**
- run `yarn dev` to run development server