We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d062691 commit 0fe37c6Copy full SHA for 0fe37c6
sdk/src/main/java/io/opentdf/platform/sdk/TDF.java
@@ -37,7 +37,7 @@
37
*/
38
public class TDF {
39
40
- public static final byte[] GLOBAL_KEY_SALT = "salt".getBytes(StandardCharsets.UTF_8);
+ public static final byte[] GLOBAL_KEY_SALT = null;
41
private static final String EMPTY_SPLIT_ID = "";
42
private static final String TDF_VERSION = "4.3.0";
43
private static final String KEY_ACCESS_SECHMA_VERSION = "1.0";
0 commit comments