Module enc_string

Source
Expand description

Encrypted string types

EncString and UnsignedSharedKey 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::UnsignedSharedKey;
pub use symmetric::EncString;

Modulesยง

asymmetric ๐Ÿ”’
symmetric ๐Ÿ”’

Structsยง

FromStrVisitor ๐Ÿ”’

Functionsยง

check_length ๐Ÿ”’
from_b64 ๐Ÿ”’
from_b64_vec ๐Ÿ”’
split_enc_string ๐Ÿ”’