Edit cipher.properties

This section describes how to edit cipher.properties.

For example, AES:
cipher_algorithm=aes
cipher_passphrase=hiapassphrase123
cipher_salthex=001020304050F0F
cipher_ivhex=0001020304050F0F08090A0B0C0D0E0F
cipher_iterations=19
For example, RSA:
cipher_algorithm=rsa
cipher_privatekeyfile=private.key
cipher_publickeyfile=public.key