]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Blowfish modules.
authorWill Budicm <redacted>
Fri, 1 Jan 2021 15:19:39 +0000 (02:19 +1100)
committerWill Budicm <redacted>
Fri, 1 Jan 2021 15:19:39 +0000 (02:19 +1100)
Installation.txt

index 98182c52296b6eb7bfa89763398c3abde4d78384..b0c4260a9d35e4dbd1e4bd276461b63293b5a603 100644 (file)
@@ -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