~vomun-developers/anonplus/vomun-trunk

« back to all changes in this revision

Viewing changes to src/vomun.py

  • Committer: AJ00200
  • Date: 2011-11-19 03:10:58 UTC
  • Revision ID: git-v1:7db11ced1c5e8dd39dd61bb111932d5e4ed2eb69
Added warnings about insecure RSA code. See Bug #892416.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
import libs.config
17
17
 
18
18
print('''
19
 
    == Warning! ==
20
 
This is a beta release
21
 
of Anon+, which means
22
 
that you should not
23
 
trust it to share
24
 
important info
25
 
as it is not
26
 
secure yet
 
19
     == Warning! ==
 
20
This is an insecure beta!
 
21
This software has various
 
22
known weaknesses. Please,
 
23
do not depend on it to be
 
24
secure! Thank you, ~~Devs
27
25
''')
28
26
 
29
27
## Startup