こんにちは。cloudpack の 脳筋 (岸上) です。 Oracle では表領域暗号化等、多数の暗号化機能がありましたが、 MySQL ではどうするのかというと、Encryption関数が提供されていました。 MySQL :: MySQL 5.5 Reference Manual :: 12.13 Encryption and Compression Functions EncryptionはAES128のようですが、MySQL 5.6.17以上では256bit長にて暗号化できる模様です。 AES_ENCRYPT() and AES_DECRYPT() implement encryption and decryption of data using the official AES (Advanced Encryption Standard) algorithm, previousl