Karol Leszczyński
Results
2
comments of
Karol Leszczyński
my sql script `SET @keyBase = 'xxx'; SET @encrypted_data = 'xxx'; SET @@SESSION.block_encryption_mode = 'aes-256-cbc'; -- Convert the keyBase to binary SET @keyBaseBinary = CONVERT(@keyBase USING utf8); -- Convert the...
@frtlec @Brawns mysql script `SET @keyBase = 'xxx'; SET @encrypted_data = 'xxx'; SET @@SESSION.block_encryption_mode = 'aes-256-cbc'; -- Convert the keyBase to binary SET @keyBaseBinary = CONVERT(@keyBase USING utf8); -- Convert...