factory SecretBox.decode(String data, [Encoder defaultDecoder = decoder]) { final decoded = defaultDecoder.decode(data); return SecretBox(decoded); }