Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Encryption
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01570515
Message ID:
01570516
Vues:
35
>Hi,
>
>My application has a password table (straight forward, user name/id, password, email, etc.) which I currently encrypt with my own (written in VFP) very simple code. As I move the application more towards .net environment and the same database has to be accessed from .net side. So I would like to convert my own encryption into something that is built into SQL Server so that both VFP app and .NET app can use it transparently. Is there a feature in SQL Server that would allow me to "move" the encryption to the SQL server and have both VFP and .NET use it?
>TIA.

Are you encrypting or hashing? For passwords it may be better to just keep hash and SQL Server has HashBytes function for this. It does, of course, has encryption as well.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform