© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
This is an application to show how to use cryptography with Python and IRIS
$ git clone https://github.com/yurimarx/crypto-iris.git
$ docker-compose build
$ docker-compose up -d
Click send and get text encrypted as binary hex message
Go to your Postman (or other similar REST client) and config the request like this image to decrypt:
This application used pyDes project