We have an app that stores documents in the database as a varbinary(max) column. Our current average document size is about 475KB, so these are not large documents by any means, but there are a fair ...
Recently I have done a lot of work with SQL Stored Procedures in Power Apps. But what do you do if you want to have some fields encrypted in your SQL database? In this post how to Encrypt and decrypt ...
Not open for further replies.
After my post about Encrypting Rich Text fields in Power Apps that store their data in SQL server now the promised decryption code in this post as well. Where last week I wrote the script as a stored ...
Credit card information in your business's database is much more secure if you encrypt it. If you store this information as plain text, unscrupulous users can easily steal the data either through ...