mirror of
https://github.com/gchq/CyberChef
synced 2025-01-10 11:38:46 +00:00
db8955d90d
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
|
|
}]
|
|
]
|
|
}
|