{"id":67272,"library":"encrypted-config-value-module","title":"Encrypted Config Value Module","description":"Palantir library for decrypting encrypted configuration values in Java applications.","status":"active","version":"6.5.0","language":"java","source_language":null,"source_url":"https://github.com/palantir/encrypted-config-value","tags":["config","encryption","palantir","crypto"],"install":[{"cmd":"<dependency>\n  <groupId>com.palantir.config.crypto</groupId>\n  <artifactId>encrypted-config-value-module</artifactId>\n  <version>6.5.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.palantir.config.crypto:encrypted-config-value-module:6.5.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"EncryptedConfigValue","correct":"com.palantir.config.crypto.EncryptedConfigValue"}],"quickstart":{"code":"import com.palantir.config.crypto.EncryptedConfigValue;\n\npublic class Example {\n    public static void main(String[] args) {\n        EncryptedConfigValue value = EncryptedConfigValue.of(\"enc:abc123\");\n        System.out.println(value.encryptedValue());\n    }\n}","lang":"java","description":"Create an EncryptedConfigValue from an encrypted string."},"warnings":[{"fix":"Set up encryption keys as per Palantir documentation.","message":"Requires proper key management infrastructure.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'applic':14 'config':2,15 'configur':10 'crypto':18 'decrypt':8 'encrypt':1,9,16 'java':13 'librari':6 'modul':4 'palantir':5,17 'valu':3,11","created_at":"2026-06-17T17:35:04.499370+00:00","updated_at":"2026-06-17T17:35:04.499370+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/palantir/encrypted-config-value","github":"https://github.com/palantir/encrypted-config-value","docs":"https://appdoc.app/artifact/com.palantir.config.crypto/encrypted-config-value-module/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["config"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}