This post originated from an RSS feed registered with Python Buzz
by Kimbro Staken.
Original Post: Encrypting file systems
Feed Title: Inspirational Technology
Feed URL: http://feeds.feedburner.com/kstaken?t=rss20&a=Python
Feed Description: Exploring creative use of technology
I’ve been looking around at ways of encrypting file systems on servers. dm-crypt seems like a good way to go, however the big question for me is how do you handle key management? It’s great to have the data encrypted, but that key still needs to be on the system somewhere or else you hang [...]