issha256

1.0.4 • Public • Published

Welcome to isSHA256 👋

Documentation Maintenance License: MIT Twitter: james_r_perkins

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 Sidebar

Install

npm i issha256

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

4.39 kB

Total Files

7

Last publish

Collaborators

  • james_r_perkins