Skip to content

[Exp.] Moved the seldom used ROT13 below Base64 in menu #3

@Justsoos

Description

@Justsoos

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
			}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions