Skip to content

shieldfy-vulnerability-hub/weak-encryption-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weak-encryption-example

there is 2 vulnerabilities

  1. weak-encryption in index.vuln.js line 3
const crypto = require('crypto')

crypto.createHash('sha1').update('alice', 'utf8').digest()  //supported
  1. weak-encryption in index.vuln.ts line 3
import crypto from "crypto";

crypto.createHash('sha1').update('alice', 'utf8').digest()  //supported

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published