mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Removed dev commands from PublicKey.js
This commit is contained in:
parent
53c22d5e29
commit
be689e293d
1 changed files with 0 additions and 2 deletions
|
@ -61,8 +61,6 @@ const PublicKey = {
|
|||
sig = cert.getSignatureValueHex(),
|
||||
sigStr = "",
|
||||
extensions = cert.getInfo().split("X509v3 Extensions:\n")[1].split("signature")[0];
|
||||
window.cert = cert;
|
||||
window.r = r;
|
||||
|
||||
// Public Key fields
|
||||
pkFields.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue