Introduction

Introduction -- file format and the temporary file

passwd-style files

passwd-style means, the file has a format like this:
user:password

The temporary file

File_Passwd reads the existing password file, copies the content into a temporary file. All changes, you do with the provided functions only influence this copy. First, when you call close() the copy will renamed to the password file.