A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: What should I do about password?

Hybrid View

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Posts
    518

    resolved

    Now, I can prevent hacking attempts by using regular expression to filter out dangerous characters. However, it's not right for me to prevent users from using symbols for their passwords. So what should I do? Do the following?
    Code:
    quotemeta $password;

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,041
    Hi,

    perhaps use Posix crypt() function...

    Musicman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center