henrinormak / Heimdall

Heimdall is a wrapper around the Security framework for simple encryption/decryption operations.
MIT License
402 stars 68 forks source link

How to decrypt the encrypted data by heimdall in Java server? #60

Closed Lauxb closed 7 years ago

henrinormak commented 7 years ago

You can go over this (albeit small) guide - https://github.com/henrinormak/Heimdall#note-on-encryptiondecryption on how the encryption works. I can't give exact instructions, as I haven't done this myself, but it should be doable quite easily (assuming that higher-level APIs exist for the necessary encryption processes)