Click here to Skip to main content
15,888,121 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi

how to Creating a cryptographic connection strings  file and using the file at the beginning of the application.
connection string .

The connection string is not inside the program and is separated by a file
and in login form by combobox select for ever


What I have tried:

The connection string is not inside the program and is separated by a file
and in login form by combobox select for ever
Posted
Updated 30-Dec-17 23:18pm

1 solution

You can use System.Security.Cryptography for this, see examples here:
Simple encrypting and decrypting data in C#[^]
encryption - Encrypting & Decrypting a String in C# - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900