-
Notifications
You must be signed in to change notification settings - Fork 11
[Exp.] Moved the seldom used ROT13 below Base64 in menu #3
Copy link
Copy link
Open
Description
vscode-crypto-tools/extension.js
Line 360 in d6ee304
| { |
change the file: /Users/(YOU)/.vscode/extensions/fofolee.crypto-tools-0.0.2/extension.js
Moved the seldom used ROT13 below Base64, now you can use base shot key + Enter to decrypt base64 directly
let algorithm = await vscode.window.showQuickPick([
{
label: "Base64/32/16 Decode",
detail: "自动进行base64/32/16解密",
target: basic.baseDecode
},
{
label: "Base64 Encode",
detail: "base64加密",
target: basic.base64Encode
},
{
label: "ROT13",
detail: "ROT13加密",
target: basic.rot13
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels