Commit graph

12 commits

Author SHA1 Message Date
Nich
772e7ee507 Fixed error when user fails to enter correct password
Pappy would raise exceptions and continued project in clear-text
when the user failed to enter the correct decryption password.

Added a boolean status variable to config `crypt_success` that
gets set to true when project decrypts correctly, otherwise it
is set to false.
2016-04-05 19:04:38 -04:00
Nich
bf914e6f86 Worked out bugs for crypto mode, it works now!
Crypto mode for pappy now works. Still need to work out the kinks
for not supplying a project file to `pappy -c`, but when supplied
encryption and decryption work.
2016-03-28 21:12:19 +00:00
onizenso
c32201fd05 Tested and fixed file copying from Crypto.decrypt_project
In the function for grabbing project files (`Config.get_project_files`)
I was overcomplicating getting the current working directory.
Simplified the process and removed the bug!
2016-03-25 20:28:22 +00:00
onizenso
b56bb83558 Debugging Crypto config and temp directory creation
Attempting to get stub file creation and copying working. Fixed
syntax errors, and now attempting to get password reading working
in the test environment.
2016-03-25 19:43:43 +00:00
onizenso
5be69b205d Drastically restructured the compression and crypto features
Converted the crypto and compression plugins to core features, and
added the utility variables and functions to the Config class in
``config.py``. Added helper functions in PappySession class in
``pappy.py`` to enable the user to pass in an encrypted project archive.
Next moving to testing and debugging!
2016-03-24 20:48:40 +00:00
Rob Glew
9a58a915c2 Version 0.2.8 2016-03-08 15:50:48 -06:00
Rob Glew
f4274e1e82 Version 0.2.7 2016-02-18 15:29:43 -06:00
Rob Glew
0b6a63ddbb Version 0.2.4 2016-01-28 14:53:34 -06:00
Rob Glew
2837e9053a Version 0.2.1 2016-01-22 12:38:31 -06:00
Rob Glew
26376eaaec Version 0.2.0 2016-01-19 18:00:34 -06:00
Rob Glew
ed7ee40944 Release 0.1.1
Bugfixes, new versioning system, fix up for pypi
2015-12-29 00:38:51 -06:00
Rob Glew
4e6801e4d8 Release 0.0.1
See README diff for changes
2015-11-23 22:44:31 -06:00