Password-Based Encryption

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf crypt
gptkbp:abbreviation gptkb:PBE
gptkbp:category crypt
https://www.w3.org/2000/01/rdf-schema#label Password-Based Encryption
gptkbp:implementedIn gptkb:Java_Cryptography_Architecture
gptkb:OpenSSL
gptkbp:improves increasing iteration count
using strong passwords
gptkbp:relatedTo gptkb:PBKDF2
cryptography
password hashing
gptkbp:standardizedBy gptkb:RFC_2898
gptkb:PKCS_#5
gptkbp:usedFor data encryption
data decryption
gptkbp:uses gptkb:salt
password
key derivation function
iteration count
gptkbp:vulnerableTo brute-force attack
dictionary attack
gptkbp:bfsParent gptkb:PBE
gptkbp:bfsLayer 7