Skip to content

Commit

Permalink
Switched to PyCrypto and pyramid.
Browse files Browse the repository at this point in the history
- Switched from `M2Crypto` to `PyCrypto`, since `M2Crypto` is not maintained
  anymore.

- Switched from deprecated `repoze.bfg` to `pyramid`.

NOTE: While I found code online to make the switch from `PyCrypto` to
`M2Crypto` backwards compatible, I have not tested that functionality.
Please try this on your data and let me know if you have issues.

NOTE 2: `PyCrypto` does not allow 512-bit RSA keys, so I increased the key
size to 2048 bits. Old 512-bit keys should still work, but new ones will be
always larger now.
  • Loading branch information
strichter committed Jan 6, 2014
1 parent c933d05 commit a0d60ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*.pyc
__pycache__
src/*.egg-info
.installed.cfg
bin
coverage
develop-eggs
parts

0 comments on commit a0d60ec

Please sign in to comment.