Skip to content

Instantly share code, notes, and snippets.

View imzyf's full-sized avatar
🎯
If I Rest, I Rust.

Yifans_Z imzyf

🎯
If I Rest, I Rust.
View GitHub Profile
@CodFrm
CodFrm / aes_ecb_pkcs5.php
Created December 19, 2017 05:42
PHP对接java的AES/ECB/PKCS5Padding加密方式
<?php
/**
*============================
* author:Farmer
* time:2017/12/19
* blog:blog.icodef.com
* function:加密方式
*============================
*/