| Commit message (Expand) | Author | Age | Files | Lines |
* | deleted: combox/combox.py | Siddharth Ravikumar | 2015-01-12 | 1 | -243/+0 |
* | added back combox/config.py and combox/crypto.py | Siddharth Ravikumar | 2015-01-12 | 2 | -0/+166 |
* | added back combox/file.py | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+127 |
* | updated setup.py: added `pycrypto' as a required python package. | Siddharth Ravikumar | 2015-01-12 | 1 | -1/+1 |
* | updated setup.py | Siddharth Ravikumar | 2015-01-12 | 1 | -3/+3 |
* | consolidated everything into combox/combox.py. | Siddharth Ravikumar | 2015-01-12 | 7 | -268/+127 |
* | added setup.py | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+38 |
* | updated .gitignore | Siddharth Ravikumar | 2015-01-12 | 1 | -1/+2 |
* | combox/config.py: added comment | Siddharth Ravikumar | 2015-01-12 | 1 | -1/+2 |
* | updated .gitignore | Siddharth Ravikumar | 2015-01-12 | 1 | -1/+6 |
* | moved combox/tests -> tests/ | Siddharth Ravikumar | 2015-01-12 | 5 | -0/+0 |
* | new file: etc/storage.yaml -- contains the file storage format. | Siddharth Ravikumar | 2014-11-21 | 1 | -0/+13 |
* | tests/test_config.py: test file for config.py | Siddharth Ravikumar | 2014-11-21 | 1 | -0/+22 |
* | modified: config.py -- configuration thingy is now a function + the passhrase... | Siddharth Ravikumar | 2014-11-21 | 1 | -24/+29 |
* | combox/config.py: initial version of combox configuration done. | Siddharth Ravikumar | 2014-11-13 | 1 | -0/+76 |
* | Updated README: edited program description. | Siddharth Ravikumar | 2014-11-06 | 1 | -2/+3 |
* | updated README: added etymology section and fixed typos. | Siddharth Ravikumar | 2014-11-06 | 1 | -3/+8 |
* | added README | Siddharth Ravikumar | 2014-11-06 | 1 | -0/+48 |
* | Added crypto.py: Contains function that encrypt data and decrypt ciphers usin... | Siddharth Ravikumar | 2014-11-05 | 2 | -0/+136 |
* | file.py: wrote two new functions -- write_shards(), read_shards() | Siddharth Ravikumar | 2014-11-05 | 2 | -1/+51 |
* | updated file.py: fixed typo in glue_data documentation. | Siddharth Ravikumar | 2014-10-30 | 1 | -1/+1 |
* | updated combox/file.py: renamed split_file -> split_data and glue_file -> gl... | Siddharth Ravikumar | 2014-10-30 | 2 | -35/+46 |
* | renamed: utils/file.py -> file.py, tests/utils_file.py -> tests/test_file.py | rsiddharth | 2014-10-30 | 3 | -1/+1 |
* | Initial commit: File splitter & File gluer done. | rsiddharth | 2014-10-29 | 9 | -0/+795 |