I used Python 3 for this project.
It can open and read files. It can also create and write to files.
Run the command:
$ python3 encfs.py test/ mountpoint
To read the contents of test/hello:
$ cat mountpoint/hello
To write an encrypted file to test/:
$ echo [some_string_input] > mountpoint/[file_name]