Showing posts with label Encrypt Decrypt Password in C#. Show all posts
Showing posts with label Encrypt Decrypt Password in C#. Show all posts

Thursday, July 22, 2010

Encrypt Decrypt Password in C#

insert into Emp(name,age) values(EncryptByPassPhrase('20','aarti'),50)


select id, DECRYPTBYPASSPHRASE('20',name) "Name" from Emp

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...