1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Porting zerobin to python 3

This commit is contained in:
sametmax
2015-05-10 19:19:02 +02:00
parent 391df055f9
commit 9b84122414
137 changed files with 22928 additions and 4370 deletions

View File

@@ -37,4 +37,4 @@
</form>
%rebase base settings=settings, pastes_count=pastes_count
% rebase('base', settings=settings, pastes_count=pastes_count)

View File

@@ -113,8 +113,7 @@
</div><!--/span-->
<div id='main' class="span10">
%include
{{!base}}
</div><!--/span-->

View File

@@ -4,7 +4,7 @@
<hr width="90%">
<dl>
<dl>
<dt>How does 0bin work?</dt>
<dd>
<p>A random key is generated and used to encrypt the paste, thanks to
@@ -41,7 +41,7 @@
<dd>
<p>Read above.</p>
<p>0bin is not built, and does not aim, to protect user data - but rather the host.
If any user data is compromised, 0bin still provides the host with
If any user data is compromised, 0bin still provides the host with
plausible deniability (as they ignore the content of the pastes).</p>
<p>It would make no sense if the host was to compromise the encryption process
to read the data; in that case, they wouldn't have
@@ -69,5 +69,4 @@
</div>
%rebase base settings=settings, pastes_count=pastes_count
% rebase("base", settings=settings, pastes_count=pastes_count)

View File

@@ -25,4 +25,4 @@
</form>
%rebase base settings=settings, pastes_count=pastes_count
% rebase("base", settings=settings, pastes_count=pastes_count)

View File

@@ -84,4 +84,4 @@
</div>
%rebase base settings=settings, pastes_count=pastes_count
% rebase("base", settings=settings, pastes_count=pastes_count)