Memocode

En français ici

Memocode is an iOS application made to cipher text (memos) using AES-256 algorythm
Memos can also be ciphered/deciphered using additional command line tools for Linux and MacOS

On this page


App previews


Additional command line tool for Linux and MacOS

Prerequisite : knowledge in shell beginner level

Install

The install package

Use

If the filename ends with a ".tz" then the file is deciphered, otherwise it is ciphered.

In both cases the result is sent to the system's standard output.

Example :

% echo "test content in file\nsecond line" >textFile
% cat textFile
test content in file
second line
% tz textFile > textFile.tz
Enter password:
Re-enter password:
% cat textFile.tz 
76l4n197VRPA9A9qZNJLqW8ujrEdfT6FkzT5croaTcy4TD6CnUOJc6Micnss4qruH6cr50m5R9d7Wcex%
% tz textFile.tz        
Enter password:
test content in file
second line

Memocode : Politique de confidentialité


    # Memocode - Politique de confidentialité

    ## Information
    
    - Cette application ne transmet aucune données.
    - Elle ne collecte aucune donnée personnelle.
    - Elle ne requière aucun abonnement, aucune inscription.
    
    ## Données obligatoires et optionnelles
    
    - Aucune données n'est requise pour utiliser cette application.
    - Elle fonctionne sans connection internet.
    
    ## Partage de données
    
    - L'application ne patage aucune données.