diff --git a/dtool/src/prc/encryptStreamBuf.cxx b/dtool/src/prc/encryptStreamBuf.cxx index 683e05a931..807527c5cc 100644 --- a/dtool/src/prc/encryptStreamBuf.cxx +++ b/dtool/src/prc/encryptStreamBuf.cxx @@ -63,10 +63,10 @@ EncryptStreamBuf() { _owns_dest = false; ConfigVariableString encryption_algorithm - ("encryption-algorithm", "bf-cbc", + ("encryption-algorithm", "aes-256-cbc", PRC_DESC("This defines the OpenSSL encryption algorithm which is used to " "encrypt any streams created by the current runtime. The default is " - "Blowfish; the complete set of available algorithms is defined by " + "AES-256; the complete set of available algorithms is defined by " "the current version of OpenSSL. This value is used only to control " "encryption; the correct algorithm will automatically be selected on " "decryption."));