@@ -1,9 +1,9 @@ /* * Copyright (c) 2016 - 2019 Jonathan Schleifer * - * https://heap.zone/git/scrypt-pwgen.git + * https://heap.zone/git/cryptopassphrase.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -38,30 +38,33 @@ "body {" + " font-family: sans-serif;" + "}" + "" + "#title {" + - " font-size: 2.5em;" + + " font-size: 2.1em;" + " font-weight: bold;" + + " text-align: center;" + "}" + "" + "#copyright {" + " font-size: 0.9em;" + " font-weight: bold;" + + " text-align: center;" + "}" + "" + "" + "" + "
" + - " scrypt-pwgen \(version ?? "")" + + " CryptoPassphrase \(version ?? "")" + "
" + "" + "

" + - " scrypt-pwgen is free software and the source code is available" + - " at here." + + " CryptoPassphrase is free software and the source code is" + + " available at" + + " here." + "

" + "

" + " It makes use of the" + " ObjFW framework and" + " also uses its scrypt implementation." +