반응형 mariadb 암호화1 mysql 암호화, 복호화 mysql 또는 mariadb에서 암호화 하는 방법이다. 암호화 할 데이터 : test1234암호화 키 : testkey select hex(aes_encrypt('test1234','testkey')) from table1; select aes_decrypt(unhex('99882960BB36E015BF3773F5BD447890'), 'testkey') salary from table1; 2025. 1. 8. 이전 1 다음 반응형