Skip to content

Ciphers

tpkarras edited this page May 14, 2025 · 3 revisions

Identification for ciphers uses a branch system with each number representing a branch.

The first number is the cipher that will be used when encrypting/decrypting the data, each subsequent branch is an option that indicates which size or encryption method is used.

All numbers combined form a string that will be passed through to OpenSSL to encrypt/decrypt the data.

Clone this wiki locally