Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 File Encryption using Capicom

Author  Topic 

jemacc
Starting Member

42 Posts

Posted - 2006-11-03 : 15:44:21
Hi all,

I have had a great deal of help with "Credit Card Encryption" and all is working great. I am now trying to decrypt a regular "txt' file coming from an FTP site. I will like to the the following using crypto (capicom)
encryption or GPG command line.

Here are my steps
1. get file from ftp site (using DTS
2. decrypt the text file. (customer.txt)
3. DTS into database
4. encrypted the Card information -- This part I have done

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=73729&SearchTerms=text,encryption noshade size="1">

Your help will be greatly appreciated.
   

- Advertisement -