Home Products crypto-iris

crypto-iris

5
1 reviews
184
Views
1
0
Details
Releases
Reviews
Issues
Pull requests
Articles
3DES Cryptography support for InterSystems IRIS

What's new in this version

Initial Release

About Crypto-IRIS Application

This is an application to show how to use cryptography with Python and IRIS

Installation

  1. Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/crypto-iris.git
  1. Open a Docker terminal in this directory and run:
$ docker-compose build
  1. Run the IRIS container:
$ docker-compose up -d 
  1. Go to your Postman (or other similar REST client) and config the request like this image to encrypt:

Request Encrypt messages

  1. Click send and get text encrypted as binary hex message

  2. Go to your Postman (or other similar REST client) and config the request like this image to decrypt:

Request Decrypt messages

  1. Click send and get text decrypted as string message

Credits

This application used pyDes project

Read more
Made with
Version
1.0.009 Mar, 2022
Category
Technology Example
Works with
InterSystems IRIS
First published
09 Mar, 2022