Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

创建:简单加密 #277

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

创建:简单加密 #277

wants to merge 6 commits into from

Commits on Aug 26, 2024

  1. 添加扩展js文件 SimpleEncrypt.js

    上传扩展js文件
    Starry-PCND authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2351565 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Starry-PCND/SimpleEncrypt

    创建:简单加密
    Starry-PCND authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    75a22ca View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update SimpleEncrypt.js

    Starry-PCND authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    16cf8fa View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    50ef71e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. 避免了if-else嵌套

    避免了if-else嵌套,改为switch
    Starry-PCND authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c245313 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. 更新SimpleEncrypt.js

    增加加密选项:
     - RSA加密/解密
     - DES加密/解密
     - RC4加密/解密
     - MD5加密
     - AES加密/解密
     - AES加密/解密
     - 3DES加密/解密
    全局增加功能:
     - 密钥字符无限制
    
    Added encryption options:
     - RSA encryption/decryption
     - DES encryption/decryption
     - RC4 encryption/decryption
     - MD5 encryption
     - AES encryption/decryption
     - AES encryption/decryption
     - 3DES encryption/decryption
    Global Additions:
     - There is no limit to the key characters
    Starry-PCND authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1a61a38 View commit details
    Browse the repository at this point in the history