toxinu / skjult

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skjult

Description

Skjult help you to manage yours encfs containers.

Requirements

  • python 3 support
  • encfs package (so linux)
  • be in sudoers file
  • modprobe fuse
  • be in fuse group

Installation

pip install skjult

Examples

Create container

socketubs@socket-desktop:~$ skjult create mypr0n
==> Create new secret
[sudo] password for socketubs:
Creating new encrypted volume.
[encfs output...]

New Encfs Password:
Verify Encfs Password:

socketubs@socket-desktop:~$ ls /media/
mypr0n

List containers

socketubs@socket-desktop:~$ skjult list
==> All secrets
mypr0n

Mount/umount container

socketubs@socket-desktop:~$ skjult umount mypr0n
socketubs@socket-desktop:~$ skjult mount mypr0n
EncFS Password:

License

License is AGPL3. See LICENSE.

About

License:Other


Languages

Language:Python 100.0%