{% extends "help/base.html" %} {% load i18n %} {% block help_con %}

{% trans "How to Use Encrypted Libraries" %}

{% trans "Seafile provides client-side end-to-end data encryption. You can create encrypted libraries to use this feature. File contents in encrypted libraries are encrypted on client side. The encryption password is not stored on the server. So even the server administrator can't access your file contents." %}

{% trans "When creating an encrypted library:" %}

{% trans "When you access the encrypted library:" %}

{% trans "Note that encrypted library only encrypt the contents of the files, but not the folder and file names." %}

{% blocktrans %}More technical details of encrypted library can be found at Seafile Manual.{% endblocktrans %}

{% endblock %}