필터 지우기
필터 지우기

how to protect the code with password and image comparison?

조회 수: 4 (최근 30일)
haseeb
haseeb 2014년 6월 14일
댓글: Image Analyst 2014년 6월 17일
I am looking for two layers of security.
My .m-file should be password protected. Upon attempting to open the file, the user should be prompted for a password. Only if the password is correct, should a picture of the user be taken by a camera. This picture should then be compared to pictures in a database. If there is a match, the user is allowed to open, see and use the code. In summary, I need:
A way to password encrypt my .m-file. A way to handle a database of images. A way to initiate a picture taken by a camera on the computer. A way to compare the new picture with the pictures in the database.
I have only two days left for the submission of my final year project, and its a part of my final year project. kindly, somebody plz help me.. :)

답변 (1개)

Image Analyst
Image Analyst 2014년 6월 15일
Zip up your source code with WinZip and specify a password. They'll only be able to see the source code if you enter the correct password.
  댓글 수: 4
haseeb
haseeb 2014년 6월 17일
okay.. if there's sny such utility that mimics winzip's encryption capability, and if u've any idea of it, do let me know :)
Image Analyst
Image Analyst 2014년 6월 17일
I get the feeling you didn't search the File Exchange, like I suggested, or you wouldn't have said that. Please click this for encryption files and click this for password files. If I've answered the question, please officially mark as "Accepted".

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Adding custom doc에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by