We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这是用PHP的AES第三方类加密出来的密文:Bf0qYfkHAFZEVQ+q+C8= 这是密钥:123456 你们试一下用C#解密看看能不能解出明文,明文是6位数字。
The text was updated successfully, but these errors were encountered:
这是PHP实验代码
<?php //引入AES require_once '../lib/Ss/AES/aes.class.php'; require_once '../lib/Ss/AES/aesctr.class.php'; echo AesCtr::encrypt("123456", 123456, 256)."<br>"; echo AesCtr::decrypt("Bf0qYfkHAFZEVQ+q+C8=", 123456, 256); ?>
AES文件在这https://github.com/xuanhuan/ss-panel/tree/smarty/lib/Ss/AES
Sorry, something went wrong.
不懂哦~~~ 等大神
No branches or pull requests
这是用PHP的AES第三方类加密出来的密文:Bf0qYfkHAFZEVQ+q+C8=
这是密钥:123456
你们试一下用C#解密看看能不能解出明文,明文是6位数字。
The text was updated successfully, but these errors were encountered: