Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

LukyLuke/oc_SecureContainer

Repository files navigation

Secure Container

A simple app for owncloud to store any kind of text encrypted. Every time you want t view the text, you have to enter a passphrase which is not stored anywhere.

Note This app is using the Stanford Javascript Crypto Library to en-/decrypt the text on the Client side. Your text is stored encrypted in the database and can not be readen if you use a Non-SSL secured conection.

Installation

Place this app in owncloud/apps/

If you use git, clone it into owncloud/apps/secure_container and run git submodule init; If you updated the module, run git submodule update to make sure the external libraries are updated as well.

Running tests

After Installing PHPUnit run:

phpunit tests/

About

OwnCloud Module which allows you to store encrypted text

Resources

License

Stars

Watchers

Forks

Packages

No packages published