P2P network / UI improvements

This commit is contained in:
Manfred Karrer 2016-01-26 16:37:08 +01:00
parent 2ad72938ec
commit 991a4350ac
33 changed files with 651 additions and 729 deletions

View file

@ -34,6 +34,7 @@ import java.security.*;
import java.util.Arrays;
// TODO: which counter modes and paddings should we use?
// TODO is Hmac needed/make sense?
// https://security.stackexchange.com/questions/52665/which-is-the-best-cipher-mode-and-padding-mode-for-aes-encryption
public class Encryption {
private static final Logger log = LoggerFactory.getLogger(Encryption.class);