tags:

views:

22

answers:

1

I want to use crypt command for encrypting a file, but the key I want to keep fixed and not give a user prompt for entering a key

A: 

crypt key < file.txt > file1.txt

gizgok
I guess you don't care that the key is not stored securely.
Bernard
I do...I'm looking into that now of generating key based on some algorithm or random.Share some insight if u have
gizgok