IsSHA256

Check to see if its SHA256

MIT License

Downloads
3
Stars
1
Committers
2

isSHA256 is a simple and lightweight to check if an input is SHA-256 hash format

🏠 Homepage

Install

npm install

Usage

  const issha256 = require('issha256');

    issha256.test('0c67b2c1fcfba9fb71ff6feae41abd61d591df8ecabebefdba51db4d3cf9f1cf');
    issha256.test('NOT256');

Run tests

npm run test

Author

👤 James Perkins

🤝 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

Package Rankings
Top 17.94% on Npmjs.org