This can't be right?  https://github.com/ghbutton/react-native-simple-crypto/blob/c338e2e3367c7907fa84999d5f65182385a69ac2/android/src/main/java/com/pedrouid/crypto/RSA.java#L155 The RSA.decrypt and RSA.decrypt64 both threat input as base64. Shouldn't the non base64 version just take the input string without decoding it first?