# Lufi ## What does Lufi mean? Lufi means Let's Upload that FIle. ## What does it do? It stores files and allows you to download them. Is that all? No. All the files are encrypted **by the browser**! It means that your files **never** leave your computer unencrypted. The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP. ## License Lufi is licensed under the terms of the AGPL. See the LICENSE file. ## Official instance Not for now. Lufi is still in development. ## Logo Because Lufi is quite similar to Luffy, like in "[Monkey D. Luffy](https://en.wikipedia.org/wiki/Monkey_D._Luffy)" from [One Piece](https://en.wikipedia.org/wiki/One_Piece) manga, the logo is a straw hat, made with pain, love and [Inkscape](https://inkscape.org/). ## Wiki (work in progress) The official wiki will contain all what you need to know about Lufi (installation, configuration, etc). Go to or clone it: ``` git clone https://git.framasoft.org/luc/lufi.wiki.git ``` ## Encryption All the encryption/decryption process takes place in your browser. The encryption key is never sent over the network. However please note that some metadata are sent unencrypted: * the file name * its size * its mimetype ## Internationalization Lufi comes with English and French languages. It will choose the language to display from the browser's settings. ## Authors See [AUTHORS.md](AUTHORS.md) file. ## Contribute! Please consider contributing, either by [reporting issues](https://git.framasoft.org/luc/lufi/issues) or by helping the [internationalization](https://pootle.framasoft.org/projects/lufi/). And of course, code contributions are welcome! The details on how to contribute are on the [wiki](https://git.framasoft.org/luc/lufi/wikis/contribute). ## Other dependencies Lufi is written in Perl with the [Mojolicious](http://mojolicio.us) framework. It uses: * [Twitter bootstrap](http://getbootstrap.com) framework to look not too ugly * [Stanford Javascript Crypto Library](http://bitwiseshiftleft.github.com/sjcl/) * [Moment.js](http://momentjs.com/) for displaying real dates instead of unix timestamps. * [Fontello](http://fontello.com/) for the icons, licenses for the fontello icons fonts are in `public/font/LICENSE.txt` Yup, no jQuery here, just old good vanilla javascript.