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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -