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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -