You can run Oasis Security locally to encrypt/decrypt strings with the keys that are defined for each of the services.
Download the project at https://estratec.visualstudio.com/MasivianFront/_git/masivapp-addon-security.
Install modules via NPM
npm install
Define the env you want to run the security in the package.json
serve script. For encryption/decryption processes you can let dev
by default.
Run the library:
npm run serve
Go to the URL enabled. In this case, it’s http://localhost:8080
Select the key in the buttons.
The buttons enable a key depending on the context to encrypt/decrypt.
Paste the encrypted string in the decrypt text field:
Get the decrypted payload in the Parsed section.
Paste the desired string in the text field:
Copy the encrypted string in the Copy string.