+ 1
I'm looking for a code in matlab to encrypt an image using LFSR ...
I'm looking for a code in matlab to encrypt an image using LFSR ...
2 Antworten
+ 1
https://python-pillow.org/
^A library you'll need for Python
https://code.sololearn.com/cEh4Z96Lp8zO/#py
^Code I found for what you're asking. Not my code, nor have I tested it, so that'll be up to you to do from your own IDE.
https://www.youtube.com/watch?v=DOwy0SuGD7Q
^YouTube video that's based upon the code posted above, and is by the guy who wrote the code above.
I hope that helps you accomplish what you're trying to do. I've never used MATLAB and my Python skills are laughable, so this is the best I could do for you.
Best of luck!
0
thanks so much Netkos... it seems so useful .I'll try to use the same work flow and code that in matlab..