spass
Core library for decrypting Samsung Pass (.spass) export files.
See the workspace README for full documentation.
Usage
[]
= "0.2"
use DecryptionPipeline;
use EntryPassword;
let pipeline = default;
let password = new;
let collection = pipeline.decrypt_file?;
for entry in collection
License
Licensed under either of MIT or Apache-2.0 at your option.