UNPKG

easy-cipher-mate

Version:

A CLI and programmatic tool for encryption/decryption supporting AES-GCM and ChaCha20-Poly1305 algorithms, with text encoding options and line-by-line text file processing.

6 lines (5 loc) 239 B
export * from "./encryption/IEncryptionAlgorithm"; export * from "./encryption/AESGCMEncryption"; export * from "./encryption/ChaCha20Poly1305Encryption"; export * from "./services/EncryptionService"; export * from "./utils/stringCoding";