mrpdaemon / encfs-java

encfs-java is a Java library for accessing data in EncFS volumes
GNU Lesser General Public License v3.0
42 stars 15 forks source link

Support volume creation #13

Closed mrpdaemon closed 12 years ago

mrpdaemon commented 12 years ago

Since we're adding write support, it only makes sense for the library to support volume creation, ie. taking an EncFSConfig, an EncFSFileProvider, password and a volume path and creating the .encfs6.xml with the proper settings. Could return an EncFSVolume after its done.

mrpdaemon commented 12 years ago

Done!! I added this support with commit b4d230dac7