Why the hell do you "need" 70 character passwords for 256 bit?
You can blowfish a single bit if you needed to. Besides which, you shouldn't be storing recoverable passwords, no matter how "secure". Use a hash like SHA256 and then hash the users password on input for comparison.
You can blowfish a single bit if you needed to. Besides which, you shouldn't be storing recoverable passwords, no matter how "secure". Use a hash like SHA256 and then hash the users password on input for comparison.