Hi Allessandro,
I'm not sure why you are getting that crypto error, but it is happening when trying to create a hashed password for the user.
You can work around this by adding this to Web.config/user.config
<add key="InitialSitePasswordFormat" value="0" />
then start again with an empty db
Hope it helps,
Joe