[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: gnu: python-py-bcrypt: Fix typo.
From: |
guix-commits |
Subject: |
01/05: gnu: python-py-bcrypt: Fix typo. |
Date: |
Mon, 23 Sep 2019 16:02:12 -0400 (EDT) |
vagrantc pushed a commit to branch master
in repository guix.
commit 3defa90ddf949328a87645612956d991b9725fa4
Author: Vagrant Cascadian <address@hidden>
Date: Mon Sep 23 12:43:45 2019 -0700
gnu: python-py-bcrypt: Fix typo.
* gnu/packages/python-crypto (python-py-bcrypt)[description]: Fix spelling
of
"parametrised".
---
gnu/packages/python-crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9878837..b837219 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -160,7 +160,7 @@ to providing full-strength password hashing for multi-user
application.")
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 and frustrate fast hardware implementation. The computation cost of
-the algorithm is parametised, so it can be increased as computers get faster.
+the algorithm is parametrised, so it can be increased as computers get faster.
The intent is to make a compromise of a password database less likely to
result in an attacker gaining knowledge of the plaintext passwords (e.g. using
John the Ripper).")