This paper analysis about browser privacy multimodal authentication mechanisms. Face and voice recognition will be
used as authentication methods in this process. The OpenCV library is used in the framework's face recognition section. It
detects and recognizes faces from a database using basic eigen face recognition approaches. The MFCC (Mel Frequency
Cepstrum Coefficients) and Gaussian Mixture Model are used to recognize voices. Following successful authentication, the
cookies on the local hard disc are decrypted, allowing us access to the browser cookies. Initially, after a user registers, we will
encrypt the browser cookies with AES, one of the most secure encryption methods available.