Memocode

English version here

Mémocode est une application iOS qui permet de chiffrer vos textes avec l'algorithme AES-256
Deux outils complémentaires en ligne de commande permettant de chiffrer / déchiffrer les textes sont disponibles pour Linux et MacOS

Sur cette page


Aperçus de l'application


Outils additionnels en ligne de commande pour Linux et MacOS

Pré-requis : connaissance en shell niveau débutant

Installation

Le paquet d'installation

Utilisation

La commmande s'utlise en donnant un nom de fichier en paramètre. Si le fichier se termine par l'extension ".tz" alors il va être déchiffré, sinon il va être chiffré.

Dans les deux cas le résultat est envoyé sur la sortie standard système.

Exemple :

% 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 : privacy policy


    # Memocode - Privacy Policy
    
    ## Information
    
    - This app transmits no data about the user.
    - It requires no personal information.
    - This app does not ask for any personal information.
    - It does not collect any information about the user.
    - This app does not require any registration.
    
    ## Mandatory and Optional Data
    
    - No data is mandatory to use this application.
    - It will function even without an Internet connection.
    
    ## Sharing of Information
    
    - The application does not share any data.