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)
đĻ Resulting JSON