signature

  1. avalle

    B4J Question [B4X] Wrong ECDSA signature value using Encryption library

    Hi, I'm trying to calculate an ECDSA signature using the Encryption library. A small sample project is attached. Apparently I'm able to calculate the signature with the expected format, and also verification passes. But if I try to validate the calculated signature with OpenSSL or other tools...
  2. S

    Android Question android uid system INCOMPATIBLE and system signature

    Hello to all . I have been involved in this issue for two weeks and I could not solve it. I will be happy to help you. I use this code in my manifesto: android: sharedUserId = "android.uid.system" But when I use aosp signatures for my signature app. And I use Signapp.Jar to build my own Sign...
  3. M

    Android Question [SOLVED] Add text in Signature Template

    Hello! I'm using this for signing and works perfect BUT I want to add a text to the sign (like the .AddDateAndTime) Sub Signature1Button_Click Dialog.ButtonsFont = XUI.CreateFontAwesome(20) 'This doesn't work but it's what I'd want to do 'SignatureTemplate.mBase.Text="Add this...
  4. AbdurRahman

    Android Question How to acheive anti-tamper protection when app published in play store

    Hi guys, How do I make app to close whenever program is changed. Before I was using MacroRome lib named CheckLibrarySignature. It working fine and great. But problem is google resign my app and hence app get new signature and tampered. It won't run. Any workaround ? or advice ? Thanks šŸ˜Š
  5. andredamen

    Android Question Google sign app with signature scheme v2

    I can't update my app in Google. It recuires a new signature (SDK version 30) . How do I create this signature? Can I do this whitin the B4X application?
  6. KMatle

    B4J Tutorial [B4x] RSA sign & verify messages (extra: with corresponding php code)

    This little tutorial is about signing and verifying data you send/receive between apps (= all "programs", even websites). You can use it in B4A without a change (I don't know how B4i works, but I assume there are similar libs). You should know how RSA works. If not, take a Google search and you...
  7. Alexander Stolte

    Android Code Snippet [B4X] RSA Encrypt and Decrypt

    Hey, i build a auth method for my app to protect my API and one of this step is to signed requests to the api to ensure that every request comes from my app. RSA is the best method for that, because this is not a hash, so that the same input is ever the same output. The API knows the Private...
Top