15Eyl
Decrypting base2i encryption? [closed]
We all know base64, which can be easily decoded, but there's also base2i encryption. Yes, the base is a complex number. I can only find very limited resources online about this. I'm wondering how can a plaintext be encrypted using base2i and then decrypted?
I've got this base2i encrypted ciphertext: Edit: I've removed what the ciphertext is.
I tried to treat this as one large number and convert it to base10, but in base10 I got a complex number which doesn't make sense. Maybe I should decrypt this in chunks? Not sure how this works.