Utility scripts for Debian GNU/Linux

Data files

Words source text file with 2 million words

Join all words in random order into a single line (produce a shuffled source file)

Tcl programming language ( sudo apt install tcl tcllib tk tklib tcl8.6-tdbc-sqlite3 tcl-tclreadline ):

Generate passphrase out of 2 million words

Generate passphrase out of shuffled source file

Generate a SQLite3 database file out of source file (source.txt)

Generate a SQLite3 database file out of shuffled source file (sources.txt)

Merge multiple SQLite3 database files into single huge database file

Generate Sqlite3 SQL file out of source file

Generate passphrase out of SQLite3 database file

Generate secure passwords

Generate secure alphanumeric passwords

Concatenate/trim passwords

Tcl password generator module

Test 2 strings for equality (case-insensitive)

Test 2 strings for equality (case-sensitive)

~/.tclshrc

~/.inputrc

tclIndex (put in some directory from '$auto_path')

Common Lisp programming language ( sudo apt install clisp sbcl ):

Generate passphrase out of 2 million words

Generate secure passwords

Generate secure alphanumeric passwords

Concatenate/trim passwords

Test 2 strings for equality (case-insensitive)

Test 2 strings for equality (case-sensitive)