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
- Host: GitHub
- URL: https://github.com/felixoder/cryptohash
- Owner: felixoder
- Created: 2024-09-17T19:57:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-21T17:16:17.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:02:52.383Z (12 months ago)
- Topics: blockchain, crypto, hactober, hactoberfest, math, sha256
- Language: TypeScript
- Homepage: https://hashmaker.vercel.app
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)