Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Security.Cryptography.PbeEncryptionAlgorithm

Assembly: System.Security.Cryptography

Specifies encryption algorithms to be used with Password-Based Encryption (PBE).

Values

Unknown
Indicates that no encryption algorithm has been selected.
Aes128Cbc
Indicates the encryption should be performed with the AES-128 algorithm in CBC mode with PKCS#7 padding.
Aes192Cbc
Indicates the encryption should be performed with the AES-192 algorithm in CBC mode with PKCS#7 padding.
Aes256Cbc
Indicates that encryption be performed with the AES-256 algorithm in CBC mode with PKCS#7 padding.
TripleDes3KeyPkcs12
Indicates the encryption should be performed with the TripleDES algorithm in CBC mode with a 192-bit key derived using the Key Derivation Function (KDF) from PKCS#12.