From 6abea0f3f61b13fa1ea5e273d6afcfc59059925d Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Fri, 24 Apr 2015 15:31:48 -0700 Subject: [PATCH] Default to RSA Because of potential vulnerabilities in the ECDH library, all new accounts should default to RSA. --- passvault/passvault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passvault/passvault.go b/passvault/passvault.go index 30893ba..349395c 100644 --- a/passvault/passvault.go +++ b/passvault/passvault.go @@ -35,7 +35,7 @@ const ( ECCRecord = "ECC" ) -var DefaultRecordType = ECCRecord +var DefaultRecordType = RSARecord // Constants for scrypt const (