UmamiAppearance / BrowserSHAObj

JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser. It uses the browsers own SubtleCrypto interface. Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser. It uses the browsers own SubtleCrypto interface. Multiple representations of the message digest are available (e.g. hexadecimal, base32, base64, ...)

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%