bitwarden_exporters::encrypted_json

Function export_encrypted_json

source
pub(crate) fn export_encrypted_json(
    folders: Vec<Folder>,
    ciphers: Vec<Cipher>,
    password: String,
    kdf: Kdf,
) -> Result<String, EncryptedJsonError>