Jump to content

Password protect a .txt file?


Mr Andrewson

Recommended Posts

  • 2 weeks later...

From on of my mailing lists:

CRYPT AN ASCII FILE

An ascii file can be easily encrypted and

decrypted.

To encrypt simply pipe the STDOUT of

the file to "crypt" and redirect it to

a new file name. Enter a passowrd when

prompted with "Enter key".

$ cat foo | crypt > foo.e

Enter key:

To unencrypt simply pipe the STDOUT of

the encrypted file to "crpyt" and

redirect it to a new file name. Enter

a passowrd when prompted with

"Enter key".

$ cat foo.e | crypt > foo.new

Enter key:

ps:[me=wetelectric]throws a http://www.last.fm/group/Hak.5 at Mr Andrewson[/me]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...