Cleanup config
This commit is contained in:
parent
8d82a18c19
commit
8777289b77
|
@ -37,20 +37,15 @@ export default {
|
||||||
prefer_hash_algorithm: enums.hash.sha256,
|
prefer_hash_algorithm: enums.hash.sha256,
|
||||||
encryption_cipher: enums.symmetric.aes256,
|
encryption_cipher: enums.symmetric.aes256,
|
||||||
compression: enums.compression.zip,
|
compression: enums.compression.zip,
|
||||||
// use integrity protection for symmetric encryption
|
integrity_protect: true, // use integrity protection for symmetric encryption
|
||||||
integrity_protect: true,
|
ignore_mdc_error: false, // fail on decrypt if message is not integrity protected
|
||||||
// fail on decrypt if message is not integrity protected
|
|
||||||
ignore_mdc_error: false,
|
|
||||||
rsa_blinding: true,
|
rsa_blinding: true,
|
||||||
useNative: true, // use native node.js crypto and Web Crypto apis (if available)
|
useNative: true, // use native node.js crypto and Web Crypto apis (if available)
|
||||||
|
debug: false,
|
||||||
show_version: true,
|
show_version: true,
|
||||||
show_comment: true,
|
show_comment: true,
|
||||||
versionstring: "OpenPGP.js VERSION",
|
versionstring: "OpenPGP.js VERSION",
|
||||||
commentstring: "http://openpgpjs.org",
|
commentstring: "http://openpgpjs.org",
|
||||||
|
|
||||||
keyserver: "https://keyserver.ubuntu.com",
|
keyserver: "https://keyserver.ubuntu.com",
|
||||||
node_store: './openpgp.store',
|
node_store: './openpgp.store'
|
||||||
|
|
||||||
debug: false
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user