Super secure! That’s all I can say about this. If you want to encrypt a string using a passphrase, that can be decrypted easily. A bit more difficult to decrypt a string, if the passphrase was also encrypted, and the …
Tag: secure
.NET has native class in System.Security namespace, called: SecureString Using of this class could be useful if we don’t want to send strings over our private/public network in plain text format. Of course, this is not a 100% secure solution. …
After you finished installing SQL Server Express, you have to make some basic configurations, so you can connect easily from your Visual Studio and your application. To do this, you have to use SQL Server Manager. With Express edition of …