Skip to content

Releases: Cyberbolt/obj_encrypt

0.7.0

01 Apr 14:41

Choose a tag to compare

The switching algorithm is AES-256-GCM (including data integrity check).

0.5.1

31 Mar 10:20

Choose a tag to compare

Fix the bug that the key is incorrect and no error is reported.

0.4.0

31 Mar 07:02

Choose a tag to compare

Dependency switched from PyCrypto to pycryptodome.

0.3.1

25 Mar 15:43

Choose a tag to compare

Update README.

0.3.0

25 Mar 15:29

Choose a tag to compare

Update dependencies.

0.2.1

21 Mar 09:58

Choose a tag to compare

Change private properties to public properties.

0.1.3

01 Mar 09:20

Choose a tag to compare

Update decrypt to prevent string errors.

0.1.2

11 Feb 09:14

Choose a tag to compare

doc update

0.1.1

10 Feb 14:29

Choose a tag to compare

obj-encrypt is an encryption library based on the AES-256 algorithm. It uses Python objects as the basic unit, which can convert objects into binary ciphertext and support decryption. Objects encrypted with obj-encrypt support TCP communication, database storage, and more.