ILoveEncrypting

Unified encryption and security tools

Securely archive and encrypt a whole directory.

i
Technical Details - Process: Folder Archiving -> Compression -> Encryption.
- Protocol: AES-GCM (256-bit) for data, PBKDF2 for key derivation.
- Security: 120k iterations, unique 16-byte Salt and 12-byte IV.
- Dependencies: JSZip.js, Web Crypto API.
â„šī¸ Status Output
Ready to process...

Restore contents from an .enc file.

i
Technical Details - Process: Payload Parsing -> Key Re-derivation -> AES Decryption -> ZIP Extraction.
- Protocol: Uses the same AES-GCM + PBKDF2 parameters as the encryption tab.
- Dependencies: JSZip.js, Web Crypto API.
â„šī¸ Status Output
Ready to decrypt...

Generate signed tokens for log activation.

i
Technical Details - Process: Canonical string formation level|date|id -> Signing.
- Protocol: HMAC (Hash-based Message Authentication Code) using SHA-256.
- Dependencies: Native Web Crypto API (No external libs).
- Output: Base64-encoded signature in a JSON wrapper.
📄 Canonical Payload (HMAC)
No payload generated yet
đŸ“Ļ Resulting JSON