2using System.Collections.Generic;
12 private string password;
46 public abstract byte[]
Encrypt(
byte[] PlainText);
Encodes data using the Distinguished Encoding Rules (DER), as defined in X.690
Abstract base class for password-based encryption algorithms
abstract void EncodePkcs5AlgorithmIdentifier(DerEncoder Der)
Encodes the AlgorithmIdentifier, as defined in PKCS#5 (RFC 2898).
abstract string AlgorithmOID
Object Identity for the algorithm.
PasswordEncryption(string Password)
Abstract base class for password-based encryption algorithms
abstract byte[] Encrypt(byte[] PlainText)
Encrypts data.