Announcing the release of wx_biz_data_crypt
Recently I have been in the project to develop Wechat Mini programs, and when it comes to the part of decrypting data, I find out there does not exist a Ruby Gem for this although the Wechat official provides code sample but it is only for Python/PHP/C++. So I decided to resemble the Python source code and write a Ruby Gem based on it.