Password Based Encryption Algorithm
Uses RC2 in Cipher Block Chaining Mode (RC2-CBC)
Uses MD5 to hash a password & salt to get Key and IV
View at oid-info.com
Defined in RSA's PKCS5
pbeWithMD5AndRC2-CBC OBJECT IDENTIFIER ::= {pkcs-5 6}
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.2.840.113549.1.5.1 | pbeWithMD2AndDES-CBC | 0 | 0 | Password Based Encryption Algorithm |
1.2.840.113549.1.5.3 | pbeWithMD5AndDES-CBC | 0 | 0 | Password Based Encryption Algorithm Uses Data Encryption Standard in Cipher Block Chaining Mode (DES-CBC) Uses MD5 to hash a pa… |
1.2.840.113549.1.5.4 | pbeWithMD2AndRC2-CBC | 0 | 0 | Password Based Encryption Algorithm Uses RC2 in Cipher Block Chaining Mode (RC2-CBC) Uses MD2 to hash a password & salt to … |
1.2.840.113549.1.5.9 | pbeWithMD5AndXOR | 0 | 0 | Password Based Encryption Algorithm Uses XOR Uses MD5 to hash a password & salt to get Key and IV Used in BSAFE only |
1.2.840.113549.1.5.10 | pbeWithSHA1AndDES-CBC | 0 | 0 | Password Based Encryption Algorithm Uses Data Encryption Standard in Cipher Block Chaining Mode (DES-CBC) Uses Secure Hash Algo… |
1.2.840.113549.1.5.11 | pbeWithSHA1AndRC2-CBC | 0 | 0 | Password Based Encryption Algorithm Uses RC2 in Cipher Block Chaining Mode (RC2-CBC) Uses SHA1 to hash a password & salt to… |
1.2.840.113549.1.5.12 | pBKDF2, id-PBKDF2 | 0 | 0 | PBKDF2 key derivation algorithm |
1.2.840.113549.1.5.13 | pkcs5PBES2, id-PBES2 | 0 | 0 | PBES2 encryption scheme |
1.2.840.113549.1.5.14 | pkcs5PBMAC1, id-PBMAC1 | 0 | 0 | PKCS #5 v2.0 message authentication scheme |