Hi - I'm making a program that needs to be able make certain information output to a file in a private manner. That is, to access the file, you have to provide a password in some way. So, is there a program, framework, etc that provides the functionality to encrypt a file given a certain password, and then will only decrypt properly if you us the correct password again? NSWorkspace seems to have an unsupported comment about encryption operations, but that I guess won't help me. Keychain and the like aren't options.
Thanks,
Matt