How to send encrypted byte array data in bytea column via C# Npgsql query – Postgresql
What I want is to send encypted data from my app to PostgreSQL database via formatted string (query) by using Npgsql. Problem is that after sha256.ComputeHash() I get byte array which I'm trying to send by inserting it into my…