BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Liangck
Calcite | Level 5

Hi there,

Basically, apperciate person who read my discussion.

I have a  issues with csv or text file encrytion.

Currently, we have done the basic requirement from customer. But we notice that we still missing out a part that called encrytion.

Basically, our project scenario is we generate several csv file to branched and send to ftp server. And in branches,

what they are doing is grab the csv file and made some process through non sas application(moslty is .net app) to grab out all the information.

problem is, we should implement an csv file encryption technique and decrypt in branch.

Is that any possible way to do so? is there any references to these technique?

Please note me if there any question...thank you, apreciate alot.

Regards

Liang CK

1 ACCEPTED SOLUTION

Accepted Solutions
Doc_Duke
Rhodochrosite | Level 12

Liang,

The problem is, once you have encrypted a .csv file, it is not longer a .csv file.  Now it is a .csv file wrapped in an encryption package.

There are lots of tools to encrypt files (pgp, WinZip, 7Zip, and many others).  However, the program at the receiving end also has to have the capability to do the decryption.

If you just need to encrypt in transit, you can use something like sftp to move the file.

Doc Muhlbaier

Duke

View solution in original post

2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12

Liang,

The problem is, once you have encrypted a .csv file, it is not longer a .csv file.  Now it is a .csv file wrapped in an encryption package.

There are lots of tools to encrypt files (pgp, WinZip, 7Zip, and many others).  However, the program at the receiving end also has to have the capability to do the decryption.

If you just need to encrypt in transit, you can use something like sftp to move the file.

Doc Muhlbaier

Duke

art297
Opal | Level 21

If your customer is requiring encryption, I would think that they would require a particular level and algorithm.  Take a look at http://en.wikipedia.org/wiki/Encryption_software for some background info and references.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 5158 views
  • 3 likes
  • 3 in conversation