C# Encryption Functions
        Posted  
        
            by KHALID
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KHALID
        
        
        
        Published on 2010-06-06T09:26:37Z
        Indexed on 
            2010/06/06
            9:32 UTC
        
        
        Read the original article
        Hit count: 449
        
c#
i have table in my database that have senestive data such as password field i want to encrypt data before inserting it to table and then i want not to decrypt data but i want only to compare encrypted password with the input password without decrypting
© Stack Overflow or respective owner