asymmetric and symmetric crypto for use with , ipfs and private backend. warning: unaudited.
npm install @scobru/crypto-ipfs
Description: Asymmetric and symmetric crypto for use with IPFS and private backend.
- Asymmetric and symmetric encryption and decryption.
- Key generation.
- Integration with IPFS.
- Multihash utilities.
- Random number and string generation.
Install the package via npm:
```
npm install @scobru/crypto-ipfs
Ensure you have the required dependencies:
``
npm install crypto-js ethers fernet get-random-values ipfs-only-hash multihashes pbkdf2 tweetnacl asymmetric-crypto
Please refer to the main module file for detailed usage of the cryptographic utilities.
To run tests:
```
npm test
- GitHub Repository
- Report Issues
- Version: 1.1.4
- License: MIT
- Author: scobru
- Keywords: mecenate, crypto, ipfs
---