Giter Club home page Giter Club logo

hashard's Introduction

HASHARD

Easy tool for generate random text or encrypt some text

INSTALLATION

Install using npm: npm install --save hashard

Install using yarn: yarn add hashard


USAGE

Import package:

const { random, encrypt, md5 } = require('hashard');

Generate random string:

const x = random();
console.log(x);

// Output: 6e117916678edbfbd6dada7cb81564b7f5703e3dc20c07e5ab5b1d2d5ada0746

Generate md5 hash:

const x = md5('Some string');
console.log(md5);

// Output: 80f855e731cc0c9aa336ca4d25f990be

Encrypt string (v1):

const x = encrypt.v1('Some string', 'secret');
console.log(x);

// Output: 7e61ff8daca085259d2909148a31e0a3

Encrypt string (v2):

const x = encrypt.v2('Some string', 'secret');
console.log(x);

// Output: 173024ab4b79bdefd7bdd4f867ce1ddf7bcb80c0

Encrypt string (v3):

const x = encrypt.v3('Some string', 'secret');
console.log(x);

// Output: 9666041cd4daf399c52e1d52e65fc44f12636ab033754a9b7df40f44ebd63226

Encrypt string (v4):

const x = encrypt.v4('Some string', 'secret');
console.log(x);

// Output: b753dbe5e3841f7d2b98ae74014f856314d91e4634fcb7f60b1a9bb0267dc1a2bedafbd4fcf67dda9b586814b87cfc02b7f31b9cd50f3a75bfd7f657b73d315b

LICENSE [ MIT ]

hashard's People

Contributors

galeka99 avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.