This is a short tutorial/code snippet on how to successfully implement Touch ID in your app.
Thanks to @Semen Matusovskiy for his code.
You need this OBJC Code
#IF OBJC
#import <LocalAuthentication/LocalAuthentication.h>
- (void) authenticateButtonTapped
{
__result = -1;
LAContext...
Hello All,
Im deploying this new App in PlayStore and, in the Pre-Launch report i'm getting this "Security and trust" Error/issue:
"Cleartext traffic allowed for all domains
Error - Privacy
Your app's Network Security Configuration allows cleartext traffic for all domains. This could allow...
Not a snippet, more a serious advice:
Just playing with my VPS-Server in prod and I mentioned tons of login tries from guys trying to get access to the root account.
My provider (IONOS, ex 1and1/1und1) offers a console where you can switch off ports by default (like a firewall before the...
Hello,
For security, Is it necessary, and if yes what is the best method to do for:
Hidding particulary parameters or constant or var into the code,
like :
Public PhaRcs As String = "Mypassword" ' Password
Public WebSite As String = "https://www.MyWebSite.com" ' Url
Public...
...and suddenly when I reopen my project I get a lovely alert advising of a parsing error!
"An error occurred.
Error parsing libraries.
For security reasons DTD is prohibited in this xml document.
To enable DTD processing set the DTDProcessing property on XMLReaderSettings to Parse and pass the...
Android has a way to securely store sensitive data.
It is called the Keystore System.
https://developer.android.com/training/articles/keystore.html
Would anyone have information on how to use this in B4A?
Anyone have a library to use?
Hi guys
I recently created this class for a particular project, you can use it , you can google the RSA algorithm for more information.
and merry Christmas :)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.