package
Version:
v0.0.0-...-219b6e5
Opens a new window with list of versions in this module.
Published: Aug 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package encoder provides encryption and decryption utilities using AES-CFB.
It handles secure password storage and retrieval for the password manager.
Decrypt takes a key and ciphertext, returns the decrypted plaintext
Uses AES-CFB mode and extracts IV from ciphertext
Encrypt takes a key and plaintext, returns the encrypted ciphertext
Uses AES-CFB mode with a random IV for encryption
Source Files
¶
Click to show internal directories.
Click to hide internal directories.