summaryrefslogtreecommitdiffstats
path: root/combox/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
* Rewrote docstrings in combox.crypto module.Siddharth Ravikumar2015-12-241-29/+100
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+2
* combox/crypto.py: the split_and_encrypt function is timed now.Siddharth Ravikumar2015-10-151-0/+9
* modded combox.crypto.decrypt_and_glue - added new arg called `write'Siddharth Ravikumar2015-02-261-4/+7
* Refactored combox.crypto.split_and_encrypt function.Siddharth Ravikumar2015-02-201-5/+12
* combox/crypto.py: corrected typo in docstring of decrypt_and_glue function.Siddharth Ravikumar2015-02-191-1/+1
* updated copright year.Siddharth Ravikumar2015-01-201-1/+1
* combox/crypto.py: relative_path function is used to get the file/directory's ...Siddharth Ravikumar2015-01-141-4/+9
* combox/crypto.py: removed a `.' that somehow crept into the file at the botto...Siddharth Ravikumar2015-01-131-1/+0
* combox/crypto.py: wrote split_and_encrypt & decrypt_and_glue functionsSiddharth Ravikumar2015-01-131-0/+61
* added back combox/config.py and combox/crypto.pySiddharth Ravikumar2015-01-121-0/+84
* consolidated everything into combox/combox.py.Siddharth Ravikumar2015-01-121-84/+0
* Added crypto.py: Contains function that encrypt data and decrypt ciphers usin...Siddharth Ravikumar2014-11-051-0/+84