Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: I keep the secret files...

by andreas1234567 (Vicar)
on May 14, 2008 at 06:03 UTC ( [id://686462]=note: print w/replies, xml ) Need Help??


in reply to I keep the secret files...

Simple and platform independent:
# Write vim passwords.txt gpg --symmetric --force-mdc -o passwords.gpg passwords.txt shred -u passwords.txt # Read gpg -d passwords.gpg | less # Profit!
Then add Logfile::Rotate to keep history of it all.
--
No matter how great and destructive your problems may seem now, remember, you've probably only seen the tip of them. [1]

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://686462]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-26 06:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found