Skip to content

v1.0.0

Compare
Choose a tag to compare
@ZhuoZhuoCrayon ZhuoZhuoCrayon released this 04 Jul 13:32
· 12 commits to main since this release

1.0.0 - 2023-07-03

Feature

  • [ Feature ] Provides a unified encryption abstraction layer, docks with Cryptodome / tongsuopy and other encryption
    libraries, and provides a unified encryption and decryption implementation
  • [ Feature ] Supports mainstream international cryptography algorithms: AES, RSA
  • [ Feature ] Supports Chinese commercial cryptography algorithms: SM2, SM4
  • [ Feature ] Asymmetric encryption supports CBC, CTR, GCM, CFB as block cipher modes
  • [ Feature ] Django Support, integrated Django settings, ModelField