Spring Cloud config server encryption decryption -


i using below command encryot password. curl -h "content-type: text/plain" lonrs03668:8888/encrypt -d simple12$jedi

after decryting password, value after $ sign getting lost , returning simple12.

the issue if string contains $ sign not encrypting/decrypting correctly.

try curl -h 'content-type: text/plain' localhost:8888/encrypt --data-raw 'your password'


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -