From 14c89af3aa255076fc557c143cf3ed3ee422ed14 Mon Sep 17 00:00:00 2001 From: Will Budicm Date: Sat, 2 Jan 2021 02:19:39 +1100 Subject: [PATCH] Blowfish modules. --- Installation.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Installation.txt b/Installation.txt index 98182c5..b0c4260 100644 --- a/Installation.txt +++ b/Installation.txt @@ -83,14 +83,18 @@ sudo cpan Number/Bytes/Human.pm; sudo cpan Regexp::Common; sudo cpan JSON; sudo cpan Switch; -sudo cpan IPC::Run +sudo cpan IPC::Run; sudo cpan Syntax::Keyword::Try; sudo cpan Text::Markdown +sudo cpan Crypt::Blowfish; + +#Install next after installing desired ciphers, we use Blowfish only. +sudo cpan Crypt::CBC; #Install DBI module sudo cpan DBI; sudo cpan DBD::SQLite; -#For ProgrsSQL see Installation_ProgresSQL.txt before installing perl driver: +#For ProgreSQL see Installation_ProgreSQL.txt before installing perl driver: #cpan DBD::Pg; #Final Perl Installation Notes -- 2.34.1