Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isyj/aes-rsa-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wustrive2008/aes-rsa-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Jul 16, 2018

  1. 新增README.md内容

    wustrive2008 committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    0d9ff63 View commit details
    Browse the repository at this point in the history
  2. update README.md

    wustrive2008 committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    cd363d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. 修改README.md文件

    wustrive2008 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    f19c0f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2284fa1 View commit details
    Browse the repository at this point in the history
  3. AES加密模式由AES/ECB/PKCS5Padding改为AES/CBC/PKCS5Padding

    加解密前转为为16进制(CBC模式要求加密字符串长度为16倍数)
    wustrive2008 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    9b4984e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab5684b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    399b26f View commit details
    Browse the repository at this point in the history
  6. 工具类优化

    wustrive2008 committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    b7d9051 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. 更新fastjson版本

    wustrive2008 committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    32bb3b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update README.md

    wustrive2008 authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    e58e7f9 View commit details
    Browse the repository at this point in the history
Loading