• Stars
    star
    1
  • Language
    Python
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a Face recogniser program with opencv which can train the dataset and identity the person by the face

More Repositories

1

RSA-Calculator

RSA is the algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of them can be given to everyone. The other key must be kept private. It is based on the fact that finding the factors of an integer is hard (the factoring problem). RSA stands for Ron Rivest, Adi Shamir and Leonard Adleman, who first publicly described it in 1978. A user of RSA creates and then publishes the product of two large prime numbers, along with an auxiliary value, as their public key. The prime factors must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, if the public key is large enough, only someone with knowledge of the prime factors can feasibly decode the message
Python
16
star
2

OneTreeBook-Website

The project titled ONE TREE BOOK is a website having various genres of ebooks readily available for users. The aim of project is to make a user favourable website that helps readers to find the choice of books and download its pdf. This website will provide both technical and literature books. Technical domain covers various important topics which can also be used by students for studying. Literature is for the readers interested in various genres of books. Users will have the option of accessing books by downloading them and admin will have access to both uploading and downloading of books. The user interface is developed using HTML and CSS and back end programming for login and registration with database and uploading files is done using PHP and validation of user’s inputs is done by JavaScript.
HTML
6
star
3

WalletApplication

1
star