From d530a17d2a699e7fbd6dc173949532274d9557e5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 8 Mar 2023 10:20:51 +0300 Subject: gn: genenetwork3: Add python-argon-cffi As part of improving the security of passwords, this commit adds python-argon-cffi that enables use of the better Argon2 password hashing algorithm, rather than the dated bcrypt that is a tad vulnerable to offline cracking. --- gn/packages/genenetwork.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gn/packages/genenetwork.scm') diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 075c3da..15797d2 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -139,7 +139,8 @@ python-wrapper csvdiff gn-rust-correlation - python-bcrypt + python-bcrypt ;; Replace use of bcrypt with argon below + python-argon2-cffi python-flask python-flask-cors ;; Not working in Python > 3.8 -- cgit v1.2.3