Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37422821
en ru br
Репозитории ALT
5.1: 0.1-alt2
4.1: 0.1-alt1.1
4.0: 0.1-alt1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-bcrypt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Summary: An implementation the OpenBSD Blowfish password hashing algorithm
Version: 0.1
Release: alt2
%setup_python_module bcrypt
Name: python-module-bcrypt
Source0: http://www.mindrot.org/files/py-bcrypt/py-%modulename-%version.tar.gz
Source1: bfhash
Source2: bfhash.1
License: BSD
Group: Development/Python
URL: http://www.mindrot.org/projects/py-bcrypt/
Packager: Fr. Br. George <george at altlinux.ru>

%description
py-bcrypt is an implementation the OpenBSD Blowfish password hashing
algorithm, as described in "A Future-Adaptable Password Scheme" by Niels
Provos and David Mazieres: http://www.openbsd.org/papers/bcrypt-paper.ps

This system hashes passwords using a version of Bruce Schneier's
Blowfish block cipher with modifications designed to raise the cost of
off-line password cracking. The computation cost of the algorithm is
parametised, so it can be increased as computers get faster.

%prep
%setup -q -n py-%modulename-%version

%build
python setup.py build

%install
python setup.py install --root=$RPM_BUILD_ROOT
install -D -m755 %SOURCE1 %buildroot%_bindir/bfhash
install -D %SOURCE2  %buildroot%_man1dir/bfhash.1

%files
%doc ChangeLog  LICENSE  MANIFEST  PKG-INFO  README  TODO  test/*
%python_sitelibdir/%modulename
%_bindir/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin