Greetings web2py mailing list! I am posting a web2py project I have created 
and doing active development on. I am not posting this project for any sort 
of promotion or to receive financial compensation as the service and code 
is completely free. Perhaps though, if people find time they would be 
willing to provide positive feedback to improve on the code base and 
implementation.

Here is the project details taken from 
https://www.cryaboutcrypt.ninja/about/


Current Encryption Algorithm is AES 128, user accounts use pbkdf2(sha-512) 
hashing and require STRONG passwords. 

 ### Features Include ### 
 Ajax File Upload
 Encrypted Storage
 Encrypted File Sharing 
 Encrypted AES key sharing over email (gpg) 
 Download access requires permission by the file uploader
 Script to decrypt files

 ### Encryption Process ###
 Uploaded file is encrypted with AES 128 from StringIO file memory object 
during upload process. A 32 character key is generated and returned to the 
user. Generated Key is a session variable with a random 32 character value 
and will expire after exit of your browser. 

 ### Decryption Process ###
 Publicly available files can be requested and downloaded through our user 
friendly website. Decrypting the file can be done using a simple script 
written in Python that is provided in the gpg encrypted email.Or you can 
choose to implement and use your own method of decryption. 

 Requesting a file requires the file holder first approve your access to 
that file and then issue a manual command to input and send the key to your 
registered email address. Successful approval and application by the file 
holder grants you access to the uploaded contents. 


If you run in to errors or inaccessibility please feel free to respond to 
me directly

*cheers

Andrew

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to