Skip to content

perkinsjr/IsSHA256

Repository files navigation

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

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