2022-07-09から1日間の記事一覧

{Route53}Resolver インバウンド/アウトバウンドエンドポイント

AWS

https://qiita.com/mksamba/items/b16e99170e666b68f194 https://tex2e.github.io/blog/linux/bind-dns-server 前提: AWS側の作業OS: CentOS7(オンプレ)GCP側の作業OS: CentOS7(オンプレ)AWS側の作業ユーザ: testuserGCP側の作業ユーザ: testuser AWS側のASN…

AES暗号化

DB

MySQL (8.0.29)https://gihyo.jp/dev/serial/01/mysql-road-construction-news/0174 https://qiita.com/mhagita/items/899483f08347fddd9567 SET block_encryption_mode = 'aes-256-cbc'; select @@block_encryption_mode; 暗号化 select HEX(AES_ENCRYPT('…