Aishwarya Rajan
Followers: 0 Following: 0
Statistiques
RANG
279 194
of 295 735
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
33.33%
VOTES REÇUS
0
RANG
of 20 277
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 433
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
0
réponseImage Steganography using LSB?
Can anyone please explain how the LSB embedding part of the above code works?
environ 8 ans il y a | 0
Question
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...
environ 8 ans il y a | 1 réponse | 0