Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
关于支持 aes 的 pkcs5padding 问题
yang.yang
我想问的是,如果 key 的长度小于 16 字节, 并且是 128 的 aes 加密,用户需要的是 pkcs5padding 补码,是不是意味着将 key 补到 16 字节再调用 aes 的new 函数就可以正常编解码了?但是我怎么算都不能算出和网上某个工具提供的一样