You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binary Text is an Android cryptography app which allows users to encrypt and decrypt messages. A user needs to type a message and provide a 4 digit PIN to encrypt the message. The encryption process depends on the PIN provided by the user. After successful encryption, user will get a series of binary numbers as encrypted message. Similarly, a us…