Expand description
Encrypted string types
EncString and AsymmetricEncString are Bitwarden specific primitive that represents a encrypted string. They are are used together with the KeyDecryptable and KeyEncryptable traits to encrypt and decrypt data using SymmetricCryptoKey and AsymmetricCryptoKeys.
Re-exportsยง
pub use asymmetric::AsymmetricEncString;
pub use symmetric::EncString;
Modulesยง
- asymmetric ๐
- symmetric ๐
Structsยง
- From
StrVisitor ๐
Functionsยง
- check_
length ๐ - from_
b64 ๐ - from_
b64_ ๐vec - split_
enc_ ๐string