web analytics

Privacy Policy This Face Recognition application is committed to protecting your privacy. Here is a summary of how we handle your data: 1. Data Collection & Storage Facial Data: The application captures facial images through the camera. This data is stored entirely locally on your Android device. No Uploads: We do not send your facial […]

Read More

thanks to fguaman for share the source in github, you can copy the source here but for backup purposes, i will copy paste it here c# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; /** * * @author fguaman */ public abstract class AES { public static String doEncryptAES(String plainText, String key) { […]

Read More