All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.index.html Maven / Gradle / Ivy

The newest version!




    
    
    
    
    

    Encryptor

    
    

    
    









For Java

For Java apps, encryption/decryption is done using Jasypt.

Apps should expect the environment variable JASYPT_ENCRYPTOR_PASSWORD to be available at runtime. Properties can be decrypted using the password defined by this env variable, and the algorithm PBEWITHMD5ANDTRIPLEDES.




                

For Node.js

For Node.js apps, encryption/decryption is done using the Node.js Crypto library.

Apps should expect the environment variable CRYPTO_ENCRYPTOR_PASSWORD to be available at runtime. Properties can be decrypted using the password defined by this env variable, and the algorithm aes-256-ctr.




                




© 2015 - 2025 Weber Informatics LLC | Privacy Policy