Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1020 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 1020 Bytes

hubicWebApp

hubiC with encryption layer web application

What's for?

This application allows to display folders and files stored in hubiC cloud storage by OVH. But it allows to encrypt the content before adding it to the storage. Crypted files are automatically decrypted when called. Encryption is AES (Rijndael) with a 256 bits key.

How to install:

  • Modify the app/config.json
    • Define hubiC configuration
    • Define base URL
    • Choose a part of the encryption key
  • Deploy all files
    • www/ folder should be the root of the web site
    • app/ folder should not be accessible using HTTP

Used libraries: