From: Will Budicm Date: Fri, 1 Jan 2021 15:19:39 +0000 (+1100) Subject: Blowfish modules. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=14c89af3aa255076fc557c143cf3ed3ee422ed14;p=LifeLog.git Blowfish modules. --- 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