bcgov / itvr

Apache License 2.0
2 stars 8 forks source link

ITVR - Build solution for API - Encryption/Decryption #619

Closed kcabhar closed 5 months ago

kcabhar commented 10 months ago

If everything in part 1 went well, we can build a solution that integrates this API with ITVR. One solution involves a Spring Boot microservice that we can call to encrypt/decrypt files (see https://docs.docker.com/language/java/build-images/).

Another potential solution involves having a container with both Python and Java installed, and having our main Django ITVR app call some Java JARs that perform the encryption/decryption.