-
Notifications
You must be signed in to change notification settings - Fork 15
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
大佬你好,目前支持des-ecb中的pkcs7吗? #15
Comments
并且运行之后还报了一个错误 |
flutter doctor -v |
Flutter (Channel master, 2.10.0-1.0.pre.281, on macOS 11.3.1 20E241 darwin-x64, |
目前 stable 是没有问题的,建议使用稳定版 |
大佬,还是一样的,是我打开的方式不对么 我已经换了成 |
我是用encryptToBase64 这个方法会这个报错 |
List.from()用这个转就不会报错了 |
final_key = "u1BvOHzUOcklgNpn1MaWvdn9DT4LyzSX"; |
const string = "123456";
|
就这样的 和你的没啥区别 |
还有个问题 为啥你这加密出来的不一样啊 oc代码如下
|
我试了你的工程的 是没问题 但是引入包就有问题,我也感觉奇怪 |
用Swfit写吧 |
工程中是des_ecb PKCS7Padding 不知道为啥和你的加密出来不一样 |
对照着 http://tool.chacuo.net/cryptdes 这个,选一样的方式,看看结果 |
No description provided.
The text was updated successfully, but these errors were encountered: