Advertisement
Guest User

Untitled

a guest
Apr 15th, 2025
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. jl@db01:~$ mysql --defaults-file=/home/jl/.my.cnf -N -B -e "USE customer_management; SELECT CAST(AES_DECRYPT(password, '1234Test') AS CHAR) AS decrypted_password FROM customer_access WHERE customer_name = 'Kunde30';" | tr -d '\n'
  2. UdBz9XquT0gAwLrLQaCl4w==jl@db01:~$
  3.  
  4. **no new lines in the output**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement