그것은 사용자의 전화에 암호화 된 형태로 모든 데이터를 저장하는 메모 복용 응용 프로그램입니다.
It is a note taking app, which supports text, voice, images and location. It is a simple notes app which stores all the user's data in encrypted form inside the device. It is pin protected and encrypt data. The pin is stored in the device as the hash, so that there is no way it can read or cracked by anyone as hash are irreversible process. SHA-256 is used for hashing process.