Skip to content

Commit

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

encodedFile := "encoded_hulk.jpg" // Encoded File Name
ResultFile := "dns-go.jpg" // Desired Result File Name
ResultFile := "captain-america.jpg" // Desired Result File Name

err := steg.DecodeByFileNames(encodedFile, ResultFile)
if err != nil{
Expand Down

0 comments on commit e922ea1

Please sign in to comment.