Skip to content

Commit 0fe37c6

Browse files
fix(sdk): Remove temporary ec salt value (#228)
1 parent d062691 commit 0fe37c6

File tree

1 file changed

+1
-1
lines changed
  • sdk/src/main/java/io/opentdf/platform/sdk

1 file changed

+1
-1
lines changed

sdk/src/main/java/io/opentdf/platform/sdk/TDF.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838
public class TDF {
3939

40-
public static final byte[] GLOBAL_KEY_SALT = "salt".getBytes(StandardCharsets.UTF_8);
40+
public static final byte[] GLOBAL_KEY_SALT = null;
4141
private static final String EMPTY_SPLIT_ID = "";
4242
private static final String TDF_VERSION = "4.3.0";
4343
private static final String KEY_ACCESS_SECHMA_VERSION = "1.0";

0 commit comments

Comments
 (0)