Overview |
The wrapper.cipher.<n>.* properties are used to configure encoding methods (encryption or obfuscation) which can be used to conceals your passwords or sensitive data.
Each index is identified with a name (using the wrapper.cipher.<n>.name property) and groups several properties that describe an encoding.
The wrapper.cipher.<n>.name property is also linked to one or more encoding token(s) with the name written after the vertical bar (%. 注意wrapper.cipher.<n>.* configuration can be automatically generated when a text is encoded with the --encoding command. Please read this page to learn how to use the --encoding command. The following properties are available: <n> component:
Each element has a property name which starts with "wrapper. |
wrapper.cipher.<n>.method Property |
||||||
This property specifies the method to use to encode your passwords or data. The following methods are available:
|
wrapper.cipher.<n>.private_keyfile Property |
||||||||
This property specifies the path to a private key file for methods that can use a private key ("obf" and "robf"). The value can be an absolute path or a path relative to the working directory. The wrapper.cipher.<n>.private_keyfile property must be defined together with the name and method.
注意The --keygen command can be used to generate private keys. Please read this section for details. 警告It is very important to store your key in a secure folder and to limit permissions granted to the bare minimum. Usually only the user running the Wrapper should be allowed to access it. Please read this page to learn how to adjust the permissions of your private key. |
参照: セキュリティ |
暗号設定:
セキュアファイル:
コマンド:
|