Skip to content

FreeAgentStore/hash-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hash Generator

Generate hashes, UUIDs, passwords, and encodings. SHA-256, MD5, HMAC, Base64, JWT decode, TOTP. Uses Web Crypto API.

Part of FreeAgentStore — AI tools that run free in your browser.

Install

npm install @freeagentstore/hash-generator

Usage

export { sha256, sha512, md5, hmacSha256, base64Encode, base64Decode, urlEncode, urlDecode, generateUuid, generatePassword, decodeJwt } from "@freeagentstore/hash-generator";

ESM (zero install)

<script type="module">
  import { ... } from 'https://freeagentstore.online/pkg/hash-generator/index.js'
</script>

Try it

Open sandbox on FreeAgentStore

License

MIT

About

Generate hashes, UUIDs, passwords, and encodings. SHA-256, MD5, HMAC, Base64, JWT decode, TOTP. Uses Web Crypto API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors