https://github.com/micchickenburger/cryptotools
A versatile cryptographic tool for data hashing, encryption, decryption, digital signing, password security, and secure random number generation, entirely in the browser.
https://github.com/micchickenburger/cryptotools
aes argon2 bcrypt crypto cryptography cryptography-tools cybersecurity digest encryption encryption-decryption hashing pake pki rsa security security-tools sha
Last synced: about 1 month ago
JSON representation
A versatile cryptographic tool for data hashing, encryption, decryption, digital signing, password security, and secure random number generation, entirely in the browser.
- Host: GitHub
- URL: https://github.com/micchickenburger/cryptotools
- Owner: micchickenburger
- License: gpl-3.0
- Created: 2023-12-02T23:00:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T14:12:57.000Z (about 1 year ago)
- Last Synced: 2025-02-14T13:50:07.398Z (3 months ago)
- Topics: aes, argon2, bcrypt, crypto, cryptography, cryptography-tools, cybersecurity, digest, encryption, encryption-decryption, hashing, pake, pki, rsa, security, security-tools, sha
- Language: HTML
- Homepage: https://cryptotools.dev
- Size: 1.24 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# cryptotools.dev
Simple tools for secure random generation, transformation, and crypto operations in the browser.
## Develop
```
docker compose up
```https://localhost:8433
## Software Bill of Materials (SBOM)
The following is a list of all third-party runtime dependencies.
| Package | Version | Purpose | License | Project archived? | Possibly abandonware? | Last update | Risk |
| ------------- | ------- | ------------------------------------------------------ | ------------ | ----------------- | --------------------- | ------------ | ---- |
| [asn1js][1] | ^3.0.5 | EC and RSA key structure validation during key imports | BSD-3-Clause | No | No | 2 months ago | Low |
| [bcryptjs][2] | ^2.4.3 | Bcrypt password hashing | MIT | No | Yes | 4 years ago | High |
| [tssrp6a][3] | ^3.0.0 | Secure Remote Password Emulation | Apache-2.0 | No | Yes | 3 years ago | High |SBOM last updated 1 March 2024.
[1]: https://github.com/PeculiarVentures/ASN1.js
[2]: https://github.com/dcodeIO/bcrypt.js
[3]: https://github.com/midonet/tssrp6a