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

https://github.com/felixoder/cryptohash

The Package where I integrated a SHA256 algorithm for crypto
https://github.com/felixoder/cryptohash

blockchain crypto hactober hactoberfest math sha256

Last synced: 3 months ago
JSON representation

The Package where I integrated a SHA256 algorithm for crypto

Awesome Lists containing this project

README

          

# FelixHash -- Get your SHA256 and Keccak256 hash

This is where I built a simple math based algorithm where you can encrypt your string message into Keccak256 and SHA256

## SetUp - for Contribution

Go through the details if you want to run the project locally.

``` bash
npm install felixhash
```

## Contributing

Contributions are always welcome!

1. Fork the repository
2. Append the changes

```bash
https://github.com/felixoder/cryptohash.git
```
3. Add the build and start scripts [for testing]
```bash
npm run dev
```

3. Push to the forked repo

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Authors

- [@debayan](https://www.github.com/felixoder)

## Appendix

Feel free to make any changes there you go!

## Demo

[website]https://hashmaker.vercel.app

## The live code [building]

[youtube](https://www.youtube.com/live/YqvR3QeRdak)