Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5937 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

When I add or change a password in the account mange section the password comes back as a much longer password.

Example I make a new file and it comes as admin with no password. I enter 1234 as password close and reopen the account mange and the password shows it has 20 charactors. What is my computer doing

nem

Posted

The number of characters displayed is just there to confuse hackers.

Posted

This is merely a graphical UI representation of the fact that you supplied a password. The password itself is not stored in the file, so the length of the representation is meaningless.

Steven

Posted

The password itself is not stored in the file -- good reminder, Steven.

More detail from the FM7 security tech brief;)

FileMaker Pro 7(+) does not store passwords in the database file. Instead it stores a hash of the password. A hash is the one–way, non–reversible result of performing a mathematical rule on a string of data. Even if the hash were recovered, it is computationally infeasible to reverse the process and thereby to obtain the original data: the password. When the user presents his or her credentials for authentication, FileMaker Pro hashes the credentials and compares them with the ones in the file. If there is a match, the user is authenticated as valid. This makes it extremely difficult to “crack” passwords.

Posted

We should note of course that some of the infamous crackers break and strip out the blocks where the has is stored and replace the hash with one of their own, damaging the file in the process.

Steven

This topic is 5937 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.