A simple, secure command-line tool written in Rust for encrypting and decrypting text or binary files using AES-256-GCM authenticated encryption with password-based key derivation (Argon2).
A master key is derived from user's password and randomly generated salt using secure argon2id password hashing algorithm. A randomly generated data_key is used to encrypt the input file using aes-gcm ...
Abstract: Image data is used in various fields, including the health sector. One of the image data in the health sector is an electrocardiogram (ECG). The ECG contains the identifying information of a ...