We're writing some XSL to transform an internal testbed format into FFTB. It works fine until we get to passwords, which are obviously encrypted. I wanted to check and see if there's a public "encrypt" API available to make sure it's encrypted in the same way. If not we have a couple of other options, of which our current favorite candidate is documenting it as "For security reasons import and export of passwords between testbed formats is not supported" in the tool's user guide.