Skip to content

Commit

Permalink
[SPARK-51053][SQL] Update CookieSigner to use SHA-512
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jan 31, 2025
1 parent b62c3f4 commit 5d97317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
public class CookieSigner {
private static final String SIGNATURE = "&s=";
private static final String SHA_STRING = "SHA-256";
private static final String SHA_STRING = "SHA-512";
private byte[] secretBytes;
private static final SparkLogger LOG = SparkLoggerFactory.getLogger(CookieSigner.class);

Expand Down

0 comments on commit 5d97317

Please sign in to comment.