forked from tcp.direct/tcp.ac
1
0
Fork 0

5chr alphanumeric for shit loads of permuations

This commit is contained in:
kayos@tcp.direct 2020-12-16 00:24:59 -08:00
parent 58458c0b37
commit 874411e833

View File

@ -81,7 +81,7 @@ func imgPost(c *gin.Context) {
} else { fmt.Println("[imgPost] " + imageFormat + " detected") }
fmt.Println("[imgPost] generating uid")
uid := gouid.String(4)
uid := gouid.String(5)
fmt.Println("[imgPost][" + uid + "] dumping byte form of file and scrubbing exif")
fbytes, err := ioutil.ReadAll(file)