Skip to content

Command-line program to decrypt journals created with Mémoires 4.0 and later.

License

Notifications You must be signed in to change notification settings

coding-robots/memoires-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memoires-decrypt

Build Status

This cross-platform command-line program decrypts journals encrypted with Mémoires 4.0 and later. The result of decryption is the original unencrypted journal (which is an SQLite database file).

Of course, you need the original password to decrypt.

The program is freely available under the 2-clause BSD license as an anti-lock in initiative of Coding Robots, makers of Mémoires. We support open standards and data portability.

Installation

Binary

Download a binary for your operating system from releases.

Sources

To install the program from sources, first install Go programming language. Then type the following command in Terminal:

go get github.com/coding-robots/memoires-decrypt

This command will install memoires-decrypt into your $GOPATH/bin directory.

Usage

memoires-decrypt [-p="password"] -in="encrypted.memoire" -out="decrypted.memoire"

where:

-in: encrypted journal file
-out: decrypted SQLite file
-p: password (optional - if empty, ask for password)

About

Command-line program to decrypt journals created with Mémoires 4.0 and later.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages