//////////////
declare @Encrypt varbinary(200)
select @Encrypt = EncryptByPassPhrase('key', 'abc' )
select @Encrypt
select convert(varchar(100),DecryptByPassPhrase('key', @Encrypt ))
–> To highlight a block of code in Notepad++, please do the following steps step-1 :- Select the required text. step-2 :- Right click...
No comments:
Post a Comment