debian/0000755000000000000000000000000012127215504007165 5ustar debian/compat0000644000000000000000000000000212126342556010372 0ustar 9 debian/copyright0000644000000000000000000001166712126344562011141 0ustar Debian package creation : Bart Martens, 1 April 2013. Upstream source : http://code.google.com/p/slowaes/ The files js/aes.js, js/jsHash.js and js/cryptoHelpers.js contain this copyright and license information : | aes.js: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Mark Percival ( http://mpercival.com ), | | Ported from C code written by Laurent Haan ( http://www.progressive-coding.com ) | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ | jsHash.js: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ) | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ | | sha2 portions adapted from jsSHA2 ( http://anmar.eu.org/projects/jssha2/ ) | Copyright Angel Marin 2003-2004 - http://anmar.eu.org/ | Distributed under the BSD License | cryptoHelpers.js: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Mark Percival ( http://mpercival.com ), | Johan Sundstrom ( http://ecmanaut.blogspot.com ), | John Resig ( http://ejohn.org ) | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ The files php/cryptoHelpers.php, php/aes_small.php and php/aes_fast.php contain this copyright and license information : | cryptoHelpers.php: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Mark Percival ( http://mpercival.com ), | Johan Sundstrom ( http://ecmanaut.blogspot.com ), | John Resig ( http://ejohn.org ) | | Ported from JavaScript to PHP by ALeX Kazik | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ | aes.php: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Mark Percival ( http://mpercival.com ), | | Ported from C code written by Laurent Haan ( http://www.progressive-coding.com ) | | Ported from JavaScript to PHP by ALeX Kazik | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ | aes.php: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Mark Percival ( http://mpercival.com ), | | Ported from C code written by Laurent Haan ( http://www.progressive-coding.com ) | | Ported from JavaScript to PHP by ALeX Kazik | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ The file python/aes.py contains this copyright and license information : | aes.py: implements AES - Advanced Encryption Standard | from the SlowAES project, http://code.google.com/p/slowaes/ | | Copyright (c) 2008 Josh Davis ( http://www.josh-davis.org ), | Alex Martelli ( http://www.aleax.it ) | | Ported from C code written by Laurent Haan ( http://www.progressive-coding.com ) | | Licensed under the Apache License, Version 2.0 | http://www.apache.org/licenses/ The files in the ruby/ directory have this copyright and license : | Copyright (c) 2007 Alex Boussinet | | Permission is hereby granted, free of charge, to any person obtaining | a copy of this software and associated documentation files (the | "Software"), to deal in the Software without restriction, including | without limitation the rights to use, copy, modify, merge, publish, | distribute, sublicense, and/or sell copies of the Software, and to | permit persons to whom the Software is furnished to do so, subject to | the following conditions: | | The above copyright notice and this permission notice shall be | included in all copies or substantial portions of the Software. | | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. The Debian packaging is Copyright (C) 2013 Bart Martens and is licensed under the GPL version 3, see : /usr/share/common-licenses/GPL-3 debian/control0000644000000000000000000000103412127215504010566 0ustar Source: slowaes Maintainer: Bart Martens Section: python Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9), python-setuptools Standards-Version: 3.9.4 Package: python-slowaes Architecture: all Depends: ${misc:Depends}, ${python:Depends} Homepage: http://code.google.com/p/slowaes/ Description: implementation of AES in python This package contains an implementation of AES in python. This implementation is slow (hence the project name) but still useful when faster ones are not available. debian/changelog0000644000000000000000000000024112127207311011031 0ustar slowaes (0.1a1-1) unstable; urgency=low * Initial package in Debian. Closes: #704476. -- Bart Martens Mon, 01 Apr 2013 20:00:00 +0000 debian/rules0000755000000000000000000000014512126346160010247 0ustar #!/usr/bin/make -f %: dh $@ --sourcedirectory=python --with python2 --buildsystem=python_distutils debian/clean0000644000000000000000000000023012127207664010175 0ustar python/slowaes.egg-info/dependency_links.txt python/slowaes.egg-info/PKG-INFO python/slowaes.egg-info/SOURCES.txt python/slowaes.egg-info/top_level.txt debian/source/0000755000000000000000000000000012126345010010460 5ustar debian/source/format0000644000000000000000000000001412126345010011666 0ustar 3.0 (quilt)