issha256
v1.0.4
Published
Check to see if a input is SHA256
Downloads
2
Maintainers
Readme
isSHA256 is a simple and lightweight to check if an input is SHA-256 hash format
🏠 Homepage
Install
npm installUsage
const issha256 = require('issha256');
issha256.test('0c67b2c1fcfba9fb71ff6feae41abd61d591df8ecabebefdba51db4d3cf9f1cf');
issha256.test('NOT256');Run tests
npm run testAuthor
👤 James Perkins
- Twitter: @james_r_perkins
- Github: @perkinsjr
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2019 James Perkins. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
