photo

Aishwarya Rajan


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


What is the purpose of producing an image hash of an image in which a cryptographically secure invisible watermark is to be embedded?
I have tried to develop a code using SHA algorithm as the hashing algorithm, along with a DES encrypted watermark.. And while do...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can i get a DES algorithm source code in matlab?
I am trying to encrypt a message using DES encryption... I need a source code to run the program.. If anyone has it, please shar...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Image Steganography using LSB?
Can anyone please explain how the LSB embedding part of the above code works?

mehr als 7 Jahre vor | 0

Frage


Can anyone please explain the lsb embedding part of this coding? I'm unable to comprehend how it works. .
cover=imread('D:\l.jpg'); steg=cover; l=1; LSB=0; height = size (cover, 1); width = size (cover, 2); mes...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort