As of a research by using Devanagari Script in captcha, the security of that captcha is increased from 88% to 96%. So why not to use Devanagari Script in password also?
What if we start using Devanagari Script in password generation?
67 Views Asked by Sumedh Phade At
1
There are 1 best solutions below
Related Questions in SECURITY
- Can MVC.NET prevent SQL-injection at razor or controller level?
- Forgotten password reset page: should the user need to enter a username/email as well?
- Dynamic roles list in CustomAuthorize ASP MVC
- Access roles from multiple applications
- How to Fix TLS CBC Incorrect Padding Abuse Vulnerability on Windows 2003 Server
- Evernote Web Clipper and Content Security Policy
- Invalidate user credentials when password changes
- Spring Boot MVC non-role based security
- Correct Captcha behaviour on error
- Is macro more secure than static const if I don't want someone to know or change the hardcode value?
- In Android, ensuring only pre-decided users can only use the app
- Authenticating plain text passwords against md5 hash in DB using Apache Shiro
- Symfony2 - handle HTTP/Entity user access restrictions
- Client side computation without exposing code?
- searchable row level encryption using java?
Related Questions in PASSWORDS
- Do I have to randomize key in OpenSSL
- Xcode salting and hashing a password
- migrate one ldap server to another - questions
- Create a .txt with Password
- Hiding param of struts.xml values in Struts 2
- Detecting when CAPS LOCK is ON
- Save user and password Android
- Use MATLAB's webread to login to website and extract text
- authentication ruby valid_password error
- Linux acquire root permissions through a password popup
- I forgot the password to open a Word document. How can I retrieve the password?
- Django Rest Framework - serializer code not executing
- Transmit commands via ssh with password using expect
- Most used password in different language
- How does Maven 3 password encryption work?
Related Questions in PASSWORD-PROTECTION
- How to provide password authentication for LDAP server in Java?
- Securing Access database
- Hashing Password in ASP.NET and Resolving it In SQL Procedure
- Meteor Password Protect complete Application
- mysql how to encrypt and decrypt a column using aes
- How to store password used for web scraping?
- Website Protection- Am i doing it right?
- Unzip with password (with native Windows zip)
- Forgot my password for secure database
- Password protected page
- Reverting the WordPress site name to localhost
- Use file data without giving anyone else permission
- Detect if a .doc file is password protected on Linux
- How to avoid having keystore/trustore plain text password in code base?
- How to read user & password from text file
Related Questions in CHANGE-PASSWORD
- Azure AD Change Password with patch call
- Most used password in different language
- Can't change user password on MySQL using UPDATE
- How to reset saved password on IE server side
- Changing LDAP users password
- How to bypass sending email in Auth0 change password flow with old password confirmation?
- How do I redirect my site vistors to the home page of my site after password reset
- Parse: Dashboard: Reset Login Password
- Oracle changing password, where old password contain @-signs
- How can I generate temporary URL in play framework?
- pl/sql project password change
- Password controller update method
- change password not working in laravel 5.4
- asp.net membership change password without knowing old one
- Changing a password with one command in FreeBSD
Related Questions in DEVANAGARI
- Python devanagari image extraction
- (Devanagari Font) How to ensure all parts of the text are visible in a <select>?
- What if we start using Devanagari Script in password generation?
- How to split Devanagari bi-tri and tetra conjunct consonants as a whole from a string?
- Hindi words length
- Reading and Writing Devanagri Hindi characters in text file
- How can I draw devanagari characters on a screen?
- Itext7 PDFCalligraph module not working as expected for Indic Font
- Devanagari text rendering improperly in PyGame
- how to convert Hindi numbers ( २०७४) to numeric value in c#?
- How to type Devanagari using LaTeX (Overleaf)?
- Pango: Finding positions in Devanagari strings
- Extract the same (rectangular) area from multiple pages of a PDF
- Php preg_replace substitute not working as expected using Devanagar Unicode string
- Syntax Error: Non-UTF-8 code starting with \xe0 in file "...." but no encoding declared
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
This does indeed work.
Many systems, especially many web-based platforms (since UTF-8 is the de-facto standard for web development), allow users to use extended scripts in passwords. This allows use of many different languages, and also emoji.
Such passwords are a little harder crack with current tools (due to limitations in the tools) - but not impossibly so.
And as a confirming data point for Devanagari specifically, a few passwords in the 2016 public LinkedIn leak were in Devanagari. And note that LinkedIn didn't have to explicitly support Devanagari in particular - they just had to support UTF-8 and properly hash the results.