Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions modules/ROOT/pages/security/ssl-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,26 +169,16 @@ openssl pkcs8 -topk8 -v2 aes-256-cbc -v2prf hmacWithSHA512 -in pkcs1or8.key -out
----

.Supported encryption arguments to openssl are:
* `-v1 PBE-MD5-DES`
* `-v1 PBE-SHA1-3DES`
* `-v1 PBE-SHA1-RC2-40`
* `-v1 PBE-SHA1-RC2-128`
* `-v1 PBE-SHA1-RC4-40`
* `-v1 PBE-SHA1-RC4-128`
* `-v1 PBE-SHA1-2DES`
* `-v2 aes-128-cbc -v2prf hmacWithSHA1`
* `-v2 aes-128-cbc -v2prf hmacWithSHA224`
* `-v2 aes-128-cbc -v2prf hmacWithSHA256`
* `-v2 aes-128-cbc -v2prf hmacWithSHA384`
* `-v2 aes-128-cbc -v2prf hmacWithSHA512`
* `-v2 aes-256-cbc -v2prf hmacWithSHA1`
* `-v2 aes-256-cbc -v2prf hmacWithSHA224`
* `-v2 aes-256-cbc -v2prf hmacWithSHA256`
* `-v2 aes-256-cbc -v2prf hmacWithSHA384`
* `-v2 aes-256-cbc -v2prf hmacWithSHA512`

It is highly recommended to use one of the `-v2` variants, because they offer more robust encryption.

[NOTE]
====
Versions before Neo4j 5.0 allow keys to be stored with the old PKCS #1 standard.
Expand Down