1 Mar 2008 08:10
Re: Encryption
Mike Frysinger <vapier <at> gentoo.org>
2008-03-01 07:10:34 GMT
2008-03-01 07:10:34 GMT
On Friday 29 February 2008, Kevin Holland wrote: > Is there a quick and dirty way to encrypt and decrypt a tar with the > current busybox utilities? there are no encrypt/decrypt utils in busybox > I'm pulling updates from a public FTP and I would like to secure it. that doesnt really make sense. if it's public ftp, then anyone can fetch it, therefore protecting the content by encryption is pointless. -mike
_______________________________________________ busybox mailing list busybox <at> busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox
If this is not too simple for your purpose,
you can quite cheaply en-/decrypt files using 'tr' by scrambling
arbitrary characters with a fixed key. This way you can either achieve a
Caesar cipher or something more complicated, but definitely not strong
encryption. Anyway, it would work. In case you are interested, I might
hack a little sample for you. It should be enough to keep the lamers out.
Regards
--
Alexander Kriegisch
Certified ScrumMaster
RSS Feed