https://github.com/slalit360/honeyword_project
Mine College BE Major Project on Cloud Security using honeyword Concept to Create more secure platform to avoid the hacking practices by hacker
https://github.com/slalit360/honeyword_project
Last synced: 2 months ago
JSON representation
Mine College BE Major Project on Cloud Security using honeyword Concept to Create more secure platform to avoid the hacking practices by hacker
- Host: GitHub
- URL: https://github.com/slalit360/honeyword_project
- Owner: slalit360
- Created: 2018-09-16T09:12:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T10:16:33.000Z (over 6 years ago)
- Last Synced: 2025-01-06T04:12:15.591Z (4 months ago)
- Language: Java
- Homepage:
- Size: 52.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Mine College BE Major Project on Cloud Security using honeyword Concept to Create more secure platform to avoid the hacking practices by hacker
# Abstract
### Authentication and Authorization of user is important to get access into any secured system for which username and password is necessary. Disclosure of password files is a serious security Issue, for which Juels and Rivest proposed Honeywords (decoy passwords) to detect attacks against Hash password databases.
### To protect hash password databases from third party, we implement Honeywords which converts a valid password into new hash passwords. New passwords are the combination of existing password called Honeywords, which are nothing but the Fake passwords. In order to sense impersonation the legitimate password is stored with several Honeywords for each user Account. If proper Honeywords are chosen, a cyber-attacker who steals a file of hashed passwords would be confused, whether it is a real password or Honeywords for user Account. Login with Honeywords will trigger an Alarm, which will notify the administrator about a password file Infraction. To identify or detect occurrence of password database infraction honeypot concept is used. So we implement an easy and efficient solution which will protect and detect exposure events of passwords file.
### Keywords: Authentication, Authorization, Infraction, Honeywords, login, honeypot.