Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! 🔐✨

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