184 |
4949 d 15 h |
toni |
/relevation/ext/ |
Patch cryptopy's copyright line |
|
/relevation/ext/cryptopy-1.2.5.ascii_copyright.patch
/relevation/ext/cryptopy-1.2.5.patched/LICENSE.txt /relevation/ext/cryptopy-1.2.5.patched/__init__.py /relevation/ext/cryptopy-1.2.5.patched/binascii_plus.py /relevation/ext/cryptopy-1.2.5.patched/crypto/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/app/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_cbc.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_sbox_analysis.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/aes_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/arc4.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/arc4_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/base.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/cbc.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/cbc_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/ccm.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/ccm_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/icedoll.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/icedoll_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/rijndael.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/rijndael_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/test_all_ciphers.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_encr.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_encr_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/tkip_fake_crc_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/trolldoll.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/wep.py /relevation/ext/cryptopy-1.2.5.patched/crypto/cipher/wep_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/common.py /relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/pagingEntropy.py /relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael.py /relevation/ext/cryptopy-1.2.5.patched/crypto/entropy/prn_rijndael_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/errors.py /relevation/ext/cryptopy-1.2.5.patched/crypto/hash/hash.py /relevation/ext/cryptopy-1.2.5.patched/crypto/hash/sha1Hash.py /relevation/ext/cryptopy-1.2.5.patched/crypto/icedoll_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/michael.py /relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/michael_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/pbkdf2.py /relevation/ext/cryptopy-1.2.5.patched/crypto/keyedHash/pbkdf2_test.py /relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/__init__.py /relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/passwordfactory.py /relevation/ext/cryptopy-1.2.5.patched/crypto/passwords/passwordfactory_test.py /relevation/ext/cryptopy-1.2.5.patched/fmath/__init__.py /relevation/ext/cryptopy-1.2.5.patched/fmath/prime.py /relevation/ext/cryptopy-1.2.5.patched/fmath/prime_test.py /relevation/ext/cryptopy-1.2.5.patched/fmath/primes_to_5k.py /relevation/ext/cryptopy-1.2.5.patched/setup.py
|
183 |
4949 d 15 h |
toni |
/relevation/ext/cryptopy-1.2.5.patched/ |
Branch to patch with ASCII copyright |
|
/relevation/ext/cryptopy-1.2.5.patched
|
182 |
4949 d 15 h |
toni |
/relevation/ext/cryptopy-1.2.5.orig/ |
Add cryptopy to repository |
|
/relevation/ext/cryptopy-1.2.5.orig /relevation/ext/cryptopy-1.2.5.orig/CHANGES.txt /relevation/ext/cryptopy-1.2.5.orig/LICENSE.txt /relevation/ext/cryptopy-1.2.5.orig/PKG-INFO /relevation/ext/cryptopy-1.2.5.orig/README.txt /relevation/ext/cryptopy-1.2.5.orig/__init__.py /relevation/ext/cryptopy-1.2.5.orig/binascii_plus.py /relevation/ext/cryptopy-1.2.5.orig/crypto /relevation/ext/cryptopy-1.2.5.orig/crypto/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/app /relevation/ext/cryptopy-1.2.5.orig/crypto/app/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/app/filecrypt.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_cbc.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_cbc_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_sbox_analysis.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/aes_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/arc4.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/arc4_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/base.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/cbc.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/cbc_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/ccm.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/ccm_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/icedoll.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/icedoll_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/rijndael.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/rijndael_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/test_all_ciphers.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_encr.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_encr_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/tkip_fake_crc_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/trolldoll.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/wep.py /relevation/ext/cryptopy-1.2.5.orig/crypto/cipher/wep_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/common.py /relevation/ext/cryptopy-1.2.5.orig/crypto/entropy /relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/pagingEntropy.py /relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/prn_rijndael.py /relevation/ext/cryptopy-1.2.5.orig/crypto/entropy/prn_rijndael_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/errors.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/hash.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/md5Hash.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/md5Hash_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/sha1Hash.py /relevation/ext/cryptopy-1.2.5.orig/crypto/hash/sha1Hash_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/icedoll_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/hmacHash.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/hmacHash_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/michael.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/michael_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/pbkdf2.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/pbkdf2_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/prf_dot11.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/prf_dot11_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_key_mixing.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_key_mixing_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_mic.py /relevation/ext/cryptopy-1.2.5.orig/crypto/keyedHash/tkip_mic_test.py /relevation/ext/cryptopy-1.2.5.orig/crypto/passwords /relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/__init__.py /relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/passwordfactory.py /relevation/ext/cryptopy-1.2.5.orig/crypto/passwords/passwordfactory_test.py /relevation/ext/cryptopy-1.2.5.orig/doc /relevation/ext/cryptopy-1.2.5.orig/doc/cryptopy-1.ppt /relevation/ext/cryptopy-1.2.5.orig/fmath /relevation/ext/cryptopy-1.2.5.orig/fmath/__init__.py /relevation/ext/cryptopy-1.2.5.orig/fmath/prime.py /relevation/ext/cryptopy-1.2.5.orig/fmath/prime_test.py /relevation/ext/cryptopy-1.2.5.orig/fmath/primes_1st_50k.txt /relevation/ext/cryptopy-1.2.5.orig/fmath/primes_to_5k.py /relevation/ext/cryptopy-1.2.5.orig/setup.py
|
176 |
4950 d 3 h |
toni |
/relevation/ |
Move pycryptoplys out of tree |
|
/relevation/ext/python-cryptoplus
/relevation/branches/1.1/python-cryptoplus
|
175 |
4950 d 3 h |
toni |
/relevation/ext/ |
Create separate tree for pycryptoplus |
|
/relevation/ext
|