mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 09:46:17 -04:00

Currently the encrypt operation works only to my public key and not to keys generated by the generate key pair operation. Probably something wrong with the generate operation.
20 lines
408 B
Text
20 lines
408 B
Text
{
|
|
"plugins": [
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
],
|
|
"presets": [
|
|
["env", {
|
|
"targets": {
|
|
"chrome": 40,
|
|
"firefox": 35,
|
|
"edge": 14,
|
|
"node": "6.5",
|
|
},
|
|
"modules": false,
|
|
"useBuiltIns": true
|
|
}]
|
|
]
|
|
}
|