Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Default Value

Remarks

master-password

asd@#$@$!132123

Master password for encryption/ decryption. It can be any string.

master.salt

qweasdzx

A salt is random data that is used as an additional input to a one-way function that hashes data, a password or passphrase. It needs to be an alphanumeric string of length 8.

master.initialvector

qweasdzxqwea

An initialization vector is a fixed-size input to a cryptographic primitive. It needs to be an alphanumeric string of length 12.

size.key.symmetric

256

Default size of Symmetric key.

size.key.asymmetric

1024

Default size of Asymmetric key.

size.initialvector

12

Default size of Initial vector.

...