Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajput-hemant/cryptography
A handy Crypto CLI for exploring cryptographic algorithms learned in university. Dive into the world of cryptography with ease! 🔐✨
https://github.com/rajput-hemant/cryptography
bun cli crypto cryptography
Last synced: 2 days ago
JSON representation
A handy Crypto CLI for exploring cryptographic algorithms learned in university. Dive into the world of cryptography with ease! 🔐✨
- Host: GitHub
- URL: https://github.com/rajput-hemant/cryptography
- Owner: rajput-hemant
- License: mit
- Created: 2024-01-08T16:37:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T00:11:49.000Z (21 days ago)
- Last Synced: 2024-10-27T01:25:44.361Z (21 days ago)
- Topics: bun, cli, crypto, cryptography
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![views] ![stars] ![forks] ![issues] ![license] ![repo-size]
# Crypto CLI
This CLI is my handy tool for exploring various cryptographic algorithms I'm learning in my university course.
## Installation
```bash
git clone https://github.com/rajput-hemant/cryptography
cd cryptography
bun i || pnpm i || npm i || yarn
```## Getting Started
### Development Mode
Run the CLI in development mode with hot reloading:
```bash
bun dev
```If you prefer `node` instead of `bun`:
```bash
pnpm dev:node
# or
npm run dev:node
```### Compilation
Compile the CLI into an executable file:
```bash
bun compile
```Run the compiled CLI:
```bash
./crypto
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Contributors:
[![][contributors]][contributors-graph]
_Note: It may take up to 24h for the [contrib.rocks][contrib-rocks] plugin to update because it's refreshed once a day._
[views]: https://komarev.com/ghpvc/?username=cryptography&label=view%20counter&color=red&style=flat
[repo-size]: https://img.shields.io/github/repo-size/rajput-hemant/cryptography
[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/cryptography
[license]: https://img.shields.io/github/license/rajput-hemant/cryptography
[forks]: https://img.shields.io/github/forks/rajput-hemant/cryptography?style=flat
[stars]: https://img.shields.io/github/stars/rajput-hemant/cryptography
[contributors]: https://contrib.rocks/image?repo=rajput-hemant/cryptography&max=500
[contributors-graph]: https://github.com/rajput-hemant/cryptography/graphs/contributors
[contrib-rocks]: https://contrib.rocks/preview?repo=rajput-hemant%2Fnextjs-template