Skip to content

Releases: Cyberbolt/obj_encrypt

0.7.0

Choose a tag to compare

@Cyberbolt Cyberbolt released this 01 Apr 14:41

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

0.5.1

Choose a tag to compare

@Cyberbolt Cyberbolt released this 31 Mar 10:20

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

0.4.0

Choose a tag to compare

@Cyberbolt Cyberbolt released this 31 Mar 07:02

Dependency switched from PyCrypto to pycryptodome.

0.3.1

Choose a tag to compare

@Cyberbolt Cyberbolt released this 25 Mar 15:43

Update README.

0.3.0

Choose a tag to compare

@Cyberbolt Cyberbolt released this 25 Mar 15:29

Update dependencies.

0.2.1

Choose a tag to compare

@Cyberbolt Cyberbolt released this 21 Mar 09:58

Change private properties to public properties.

0.1.3

Choose a tag to compare

@Cyberbolt Cyberbolt released this 01 Mar 09:20

Update decrypt to prevent string errors.

0.1.2

Choose a tag to compare

@Cyberbolt Cyberbolt released this 11 Feb 09:14
doc update

0.1.1

Choose a tag to compare

@Cyberbolt Cyberbolt released this 10 Feb 14:29

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.