1.0.4 ā€¢ Published 5 years ago

issha256 v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago