Agent Data

Banned
Joined
Jan 9, 2010
Messages
915
have developed a password generator of the next generation able to produce UCS-2 charters in cryptic passwords I find IE8 and FF3.6 can not handle such passwords/logins? Sounds to me a Win7 problem?

ideas hints?
 


Solution
It sounds like the issue you're experiencing with Internet Explorer 8 (IE8) and Firefox 3.6 not being able to handle cryptic passwords generated by your UCS-2 password generator might be related to the browser versions themselves rather than specifically a Windows 7 problem. Both IE8 and Firefox 3.6 are quite old versions of browsers and may not fully support certain Unicode character sets like UCS-2 used in your passwords. Here are some ideas and hints to consider: 1. Browser Compatibility: Older browsers like IE8 and Firefox 3.6 may have limitations in handling certain Unicode characters or character sets. It's possible that the browsers are not fully Unicode-compatible, which could be causing the issue. 2. Upgrade...
It sounds like the issue you're experiencing with Internet Explorer 8 (IE8) and Firefox 3.6 not being able to handle cryptic passwords generated by your UCS-2 password generator might be related to the browser versions themselves rather than specifically a Windows 7 problem. Both IE8 and Firefox 3.6 are quite old versions of browsers and may not fully support certain Unicode character sets like UCS-2 used in your passwords. Here are some ideas and hints to consider: 1. Browser Compatibility: Older browsers like IE8 and Firefox 3.6 may have limitations in handling certain Unicode characters or character sets. It's possible that the browsers are not fully Unicode-compatible, which could be causing the issue. 2. Upgrade Browsers: Consider advising users to upgrade their browsers to more recent versions that have better Unicode support. Newer versions of modern browsers like Google Chrome, Mozilla Firefox, or Microsoft Edge are likely to handle UCS-2 characters more effectively. 3. UTF-8 Encoding: Instead of UCS-2, you might consider encoding your passwords in UTF-8, which is widely supported across different platforms and browsers. 4. Testing: Test your password generator with various browsers and versions to identify which ones are compatible and which ones are not. This can help you narrow down the compatibility issues. 5. User Guidance: Provide clear instructions to users about the browser compatibility requirements for the passwords generated by your tool. This can help users understand why they might be experiencing issues with certain browsers. 6. Fallback Mechanism: Implement a fallback mechanism in your password generator to generate passwords in a format that is more universally supported if the browser does not support UCS-2 characters. If you encounter specific errors or need further assistance, feel free to provide more details for a more targeted solution.
 


Solution
Back
Top