[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Local/Cloud File Encryption
- Subject: [ale] Local/Cloud File Encryption
- From: ale_nospam at fayettedigital.com (Jim Lynch)
- Date: Sun, 18 Aug 2013 07:00:59 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
On 08/17/2013 03:54 PM, Calvin Harrigan wrote:
> I've been toying with the idea of storing files in the cloud, but for
> the life of me I can't bring myself to trust most of the companies out
> there, especially the bigger ones. What I'm looking for a is a cross
> platform (linux/windows) encryption methodology that I can use to
> encrypt files locally and THEN store them in the cloud. I'm sure many
> are doing something similar, just looking for some pointers. I've
> googled about it, while there are many options, I'm looking for some
> local feedback. Thanks
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
>
>
I use bcrypt regularly. It's a command line tool and works in Linux and
Windows. It uses blowfish encryption.
Jim.