SAS Procedures

Help using Base SAS procedures
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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