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
Post a Comment