How to hide sensitive information from image using DLP .

Описание к видео How to hide sensitive information from image using DLP .

To Convert image to Base 64

In the below please change the {greater-than-sign }

Linux: base64 input.jpg {greater-than-sign } output.txt
macOS: base64 -i input.jpg -o output.txt
PowerShell: [Convert]::ToBase64String([IO.File]::ReadAllBytes("./input.jpg")) {greater-than-sign } output.txt


To convert Base64 back to jpeg
https://onlinejpgtools.com/convert-ba...

For API
https://cloud.google.com/dlp/docs/ref...

Комментарии

Информация по комментариям в разработке