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

https://github.com/blueorionn/crypticworld

Crypticworld is a lightweight web application that allows users to hash any given text
https://github.com/blueorionn/crypticworld

api docker flask gunicorn javascript python typescript website

Last synced: 3 months ago
JSON representation

Crypticworld is a lightweight web application that allows users to hash any given text

Awesome Lists containing this project

README

          

# Crypticworld

![CrypticWorld Logo](https://crypticworld.functionbasket.com/img/crypticworld-site-img.png)

Crypticworld is a lightweight web application built using Nextjs that allows users to hash any given text using a wide variety of hashing algorithms.

## Requirements

- node (v22.14.0)
- npm (v10.9.2)

## Testing

**Run the below commands for testing setup:**

```bash
npx playwright install
sudo npx playwright install-deps
```

**For testing against branded browsers:**

```bash
npx playwright install chrome
npx playwright install msedge
```

**To run the test execute the below command:**

```bash
npm run test
```

## LICENSE

[Apache-2.0 license](https://github.com/blueorionn/crypticworld/blob/main/LICENSE)

## Author

[@blueorionn](https://www.github.com/blueorionn)