set encryption keys

This commit is contained in:
Felix Hartmann (PEA3-Fe-FI)
2021-09-23 16:22:38 +02:00
parent 0ca78d7861
commit f0d785cb13

View File

@@ -173,7 +173,7 @@ namespace PolyChat.Models
/// <returns></returns> /// <returns></returns>
private String[] genKeys() private String[] genKeys()
{ {
return new String[] {"sehrSichererKey", "nochVielSichererKey"}; return new String[] {"12345678", "12345678" };
} }