Rolling encrypted profile data with a new encryption key
I am migrating a site from CS2002 into a site that is based on the StarterSite. The password field on the old site isn't crypted and and I am attempting to roll the unencrypted data into the encrypted field with new encryption key. I used a DTS package to copy the data from the old site into the StaterSite based stie. Now i need to encrypt the data of the password field since the data from the old site isn't encrypted. Right now I am have used the ProfileKeyManager.exe to generate a new key, encrypted the key into registry, and the last step left is the roll the data as instructioned in :
http://msdn2.microsoft.com/En-US/library/aa545396.aspx
my problem is to get the final step to work. The option i used with ProfileKeymanager.exe is:
profilekeymanager /kc /kfn newkeypair.xml /i 1 /p userobject.GeneralInfo.user_security_password /config rolling.xml
and it generate an error of:
Failed to import PrivateKey2
Since the data was not encrypted, there's no encryption key need to decrypt it before encrypt it with a new key pair. Is there a way to create a blank dummy encryption key so i can use profilekeymanager utility to encryp my otherwise unencrypted data?
please help

