Skip to content

Central encryption gateway for encrypting data to be stored in a QR code and used with a mobile device.

Notifications You must be signed in to change notification settings

dbca-wa/encryption_gw

Repository files navigation

encryption_gw

Central encryption server for encrypting data to be stored in a QR code and used with a mobile device.

This is a test change

>>> from encryptiongw import encryption
>>> encr = encryption.encrypt("hello world,  testing 27/02/2023",1)
>>> print (encr)
>>> encr = encryption.encrypt('{"Name" : "John Blogs", "Expiry": "20/12/2025", "Rego": "1RYMKTR"}',1)

About

Central encryption gateway for encrypting data to be stored in a QR code and used with a mobile device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published