Skip to content

tcShadowWalker/XKey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# XKey

A cross-platform password-manager written in C++, utilizing the power of QT.
A binary with command line interface can be built as well.

### Folder Structure

    - src/              Source files for XKey command line interface binaries
    - src/core          Source files for XKey core library
    - src/qt            Sources for QT user interface
    - ui/               QT user interface XML files
    - test/             Test files and experimental code
    - ThirdParty        Included external libraries
 
### Encryption

- AES-256-CTR Mode with SHA256 as digest algorithm (configurable)
- PBKDF2 Key derivation function with 100.000 iterations per default (configurable)
- Using the vetted OpenSSL library (libcrypto)
- Configurable passphrase generation algorithm (length, alphanumeric, special chars)

About

Experimental password manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published