unix file encryption


 
Thread Tools Search this Thread
Operating Systems AIX unix file encryption
# 1  
Old 10-02-2008
unix file encryption

Is there a way to encrypt a flat file or a database file so it can be ftp or sftp to a remote windows system?

this is for solaris/AIX etc.

or is there a 3 party sw that can be used?

i know in AIX6 this can be done but we are on AIX 5.3.x and 5.2.x
# 2  
Old 10-02-2008
What do you mean by "encrypt a file"? If you transfer it by means of sftp the transmission would already occur in an encrypted way (basically this is what sets sftp and ftp apart). Or do you mean the recoding of the UNIX/DOS line endings? This is done by either a short sed script, tr or unix2dos/dos2unix.

I hope this helps.

bakunin
# 3  
Old 10-09-2008
AIX 5.x file encryption

Is there any way to encrypted a file for ftp in AIX?
I know in 6.x there is. May be there is some 3rd party sw that will do this?
I am trying to get my users to use sftp but need the file encrypted too. It is a FLAT file that is FTP to a PC right now.

I have been trying to compile
# 4  
Old 10-09-2008
I was looking to encrypt the file before it is transferred. Right now we are using FTP. My end user will eventually be using SFTP.

I need something that is the file is more or cat etc it is not readable. But when it gets to the windows side it can be converted back to ascii test.
# 5  
Old 10-09-2008
I'd recommend GnuPG: The GNU Privacy Guard - GnuPG.org
# 6  
Old 10-10-2008
If your question has not been answered to your satisfaction PLEASE SAY SO instead of opening a new thread with the same question over and over again.

I am going to merge this one with your original thread.

bakunin
# 7  
Old 10-10-2008
opening a new threat was a mistake I am sorry about that. My browser had an issue. I think I posted that to the other thread.

And Yes I am still looking for solutions.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Cybersecurity

File encryption tools with MAC address as an encryption key

Hi all, I'm looking for secure file encryption tools that use MAC address as encryption key. FYI, I'm using Red Hat Enterprise Linux OS. For example: when A wants to send file to B A will encrypt the file with B's computer MAC/IP address as an encryption key This file can only be decrypted... (2 Replies)
Discussion started by: sergionicosta
2 Replies

2. Shell Programming and Scripting

Need help on File Encryption using gpg

Folks, Is there anyone to help on GPG file encryptions here. I got a public key from third party. I imported the key in server. I want to encrypt the public key. But without being signed , the key cannot be encrypted. When I try to sign the key using lsign command, I am getting the below... (1 Reply)
Discussion started by: dinesh1985
1 Replies

3. Red Hat

file encryption

Hello! I want to know about file encryption in redhat linux.... Please suggest me some gud websites from where i can get detailed information... Thanks in advance.... (3 Replies)
Discussion started by: aliyaa
3 Replies

4. Solaris

Folder / file encryption

Hi, does anybody know of any tool that would allow me to have all files store in a folder automatically encrypted? or some similar capability? (2 Replies)
Discussion started by: malky
2 Replies

5. UNIX for Dummies Questions & Answers

Identify a file for encryption or decryption

Dear Members, Can we find if a particular file is encrypted or decrypted. I need a command by which i should be able to identify if a file is encrypted or decrypted. How can we do this? (1 Reply)
Discussion started by: sandeep_1105
1 Replies

6. AIX

file encryption in aix

Hi All, I have a AIX 5.3. does anybody know how to encrypt a text file? Thanks, Vishal (4 Replies)
Discussion started by: vishalpatel03
4 Replies

7. Cybersecurity

How to use PGP File Encryption

Hi All, I am new to the concept of encryption and shell and i have been assigned to do pgp encryption of a file before ftping it. I am developing the script using MKS Toolkit on Windows XP and the script will run later on actual unix box. I am going through documents provided by pgp... (2 Replies)
Discussion started by: sandeepb
2 Replies

8. UNIX for Dummies Questions & Answers

File encryption/Key encryption ????

My dilemma, I need to send, deemed confidential, information via e-mail (SMTP). This information is sitting as a file on AIX. Typically I can send this data as a e-mail attachment via what we term a "mail filter" using telnet. I now would like to somehow encrypt the data and send it to a e-mail... (1 Reply)
Discussion started by: hugow
1 Replies

9. UNIX for Dummies Questions & Answers

File Encryption and Decryption in UNIX.

Hello guys ! I have used "crypt <first> second" command to encrypt "first" to "second" file. i have assign a key for that of course. Now when i try to look content of "seocnd" file through "cat second" command, the file is encrypted and cannot be read which is according to plan. But when... (3 Replies)
Discussion started by: abidmalik
3 Replies
Login or Register to Ask a Question