keys: Bump default key size to 4096

This commit is contained in:
Hylke Bons 2014-12-31 13:21:31 +01:00
parent 1559e0e5fb
commit 971f7123b5

View file

@ -41,6 +41,7 @@ namespace SparkleShare {
computer_name = computer_name.Substring (0, computer_name.Length - 6);
string arguments = "-t rsa " + // crypto type
"-b 4096 " + // key size
"-P \"\" " + // empty password
"-C \"" + computer_name + "\" " + // key comment
"-f \"" + key_name + "\""; // file name