Skip to content

Commit

Permalink
Tool To Use Encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
R3DHULK authored Jan 29, 2023
1 parent fd2c826 commit f263d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main(){
// 0x22 0x33 .....0x45 0x44 0xff

carrierFile := "hulk.jpg" // File Name Where You Use To Hide
MaliciousFile := "dns-go.png" // File Name What You Use To Hide
MaliciousFile := "captain.jpg" // File Name What You Use To Hide
encodedFile := "encoded_hulk.jpg" // Result

err := steg.EncodeByFileNames(carrierFile, MaliciousFile, encodedFile)
Expand Down

0 comments on commit f263d55

Please sign in to comment.