Code Monkey home page Code Monkey logo

alohomora's Introduction

Alohomora

License Build Status Open Issues

Alohomora is a free and open-source password manager designed for elementary OS and built using Vala and Gtk. It manages your passwords in a user-friendly manner while ensuring security.

Alohomora leverages the libsecret-1 library package to store passwords securely into the device keyring.

Get it from elementary OS AppCenter!

Get it on AppCenter

This app is available on the elementary OS AppCenter. Head over there to download and install Alohomora.

Building and Installation

You can build and install Alohomora from the source. Ensure that you have the required dependencies installed.

Required Dependencies

  • meson
  • valac
  • libgtk-3-dev
  • libgranite-dev
  • libsecret-1-dev

Build, install and run

# Clone repository and build application
git clone https://github.com/z0o0p/alohomora.git
cd alohomora
meson build --prefix=/usr
# Install and run application
cd build
ninja && sudo ninja install
./com.github.z0o0p.alohomora

Contributions <3

Anyone willing to contribute to this project is most welcome. Please refer to the contributing guidelines to get started.

alohomora's People

Contributors

nathanbnm avatar rottenpants466 avatar vistaus avatar z0o0p avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

alohomora's Issues

Cannot convert from `GLib.List<weak Secret.Item>' to `GLib.List<Secret.Item>'

Hello,

tried to build it:

[alarm@alarm ~]$ git clone https://github.com/z0o0p/alohomora.git
Klone nach 'alohomora' ...
remote: Enumerating objects: 469, done.
remote: Counting objects: 100% (469/469), done.
remote: Compressing objects: 100% (276/276), done.
remote: Total 469 (delta 263), reused 374 (delta 176), pack-reused 0
Empfange Objekte: 100% (469/469), 702.87 KiB | 284.00 KiB/s, Fertig.
Löse Unterschiede auf: 100% (263/263), Fertig.
[alarm@alarm ~]$ cd alohomora
[alarm@alarm alohomora]$ meson build --prefix=/usr
The Meson build system
Version: 0.55.3
Source dir: /home/alarm/alohomora
Build dir: /home/alarm/alohomora/build
Build type: native build
Project name: com.github.z0o0p.alohomora
Project version: 1.2.0
C compiler for the host machine: cc (gcc 10.2.0 "cc (GCC) 10.2.0")
C linker for the host machine: cc ld.bfd 2.35
Vala compiler for the host machine: valac (valac 0.48.10)
Host machine cpu family: aarch64
Host machine cpu: aarch64
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency gtk+-3.0 found: YES 3.24.8
Run-time dependency granite found: YES 5.5.0
Run-time dependency libsecret-1 found: YES 0.20.3
Program meson/post_install.py found: YES (/usr/bin/python /home/alarm/alohomora/meson/post_install.py)
Build targets in project: 11

Found ninja-1.10.1 at /usr/bin/ninja
[alarm@alarm alohomora]$ cd build
[alarm@alarm build]$ ninja && sudo ninja install
[6/21] Compiling Vala source ../src/Main.vala ../src/Application.vala ../src/Widgets/Window.vala ../src/Widgets/HeaderBar.vala ../src/Widgets/ValidateScreen.vala ../src/Widgets/Mai.../Widgets/Dialogs/ChangeCipher.vala ../src/Widgets/Dialogs/Preferences.vala ../src/Helpers/SecretManager.vala ../src/Helpers/CipherManager.vala ../src/Helpers/PasswordGenerator.vala
FAILED: com.github.z0o0p.alohomora.p/src/Main.c com.github.z0o0p.alohomora.p/src/Application.c com.github.z0o0p.alohomora.p/src/Widgets/Window.c com.github.z0o0p.alohomora.p/src/Widgets/HeaderBar.c com.github.z0o0p.alohomora.p/src/Widgets/ValidateScreen.c com.github.z0o0p.alohomora.p/src/Widgets/MainScreen.c com.github.z0o0p.alohomora.p/src/Widgets/SecretBox.c com.github.z0o0p.alohomora.p/src/Widgets/Dialogs/NewSecret.c com.github.z0o0p.alohomora.p/src/Widgets/Dialogs/EditSecret.c com.github.z0o0p.alohomora.p/src/Widgets/Dialogs/ChangeCipher.c com.github.z0o0p.alohomora.p/src/Widgets/Dialogs/Preferences.c com.github.z0o0p.alohomora.p/src/Helpers/SecretManager.c com.github.z0o0p.alohomora.p/src/Helpers/CipherManager.c com.github.z0o0p.alohomora.p/src/Helpers/PasswordGenerator.c
valac -C --debug --debug --pkg libsecret-1 --pkg granite --pkg gtk+-3.0 --color=always --directory com.github.z0o0p.alohomora.p --basedir ../ --gresources=../data/com.github.z0o0p.alohomora.gresource.xml ../src/Main.vala ../src/Application.vala ../src/Widgets/Window.vala ../src/Widgets/HeaderBar.vala ../src/Widgets/ValidateScreen.vala ../src/Widgets/MainScreen.vala ../src/Widgets/SecretBox.vala ../src/Widgets/Dialogs/NewSecret.vala ../src/Widgets/Dialogs/EditSecret.vala ../src/Widgets/Dialogs/ChangeCipher.vala ../src/Widgets/Dialogs/Preferences.vala ../src/Helpers/SecretManager.vala ../src/Helpers/CipherManager.vala ../src/Helpers/PasswordGenerator.vala
../src/Helpers/SecretManager.vala:195.9-195.30: error: Return: Cannot convert from `GLib.List<weak Secret.Item>' to `GLib.List<Secret.Item>'
        return secrets.copy ();
        ^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
ninja: build stopped: subcommand failed.

Option to retrieve/load passwords directory

Hello,
First of all thanks for this amazing app. I have been using it for the past days and it's great!

I wanted to know if its possible to somehow copy the files containing the stored passwords into a shared directory/usb and then load them with Alohomora so that I can have the same passwords across multiple devices.
Is this feature planned or have you thought of it? I was thinking that maybe I can try to implement it and then submit a PR.

Package as Flatpak for elementary OS 6

As you might have heard, AppCenter is going Flatpak! For elementary OS 6, we will not longer be accepting Debian packaging, so your app will need to be updated.

We have documentation on our developer guide for writing your Flatpak manifest here: https://docs.elementary.io/develop/writing-apps/our-first-app/packaging#flatpak-manifest

Also, in case you missed it, elementary OS 6 beta 2 is now available. This is a great time to get your app packaged up as Flatpak and test that everything is working before the final release. AppCenter submission for OS 6 will be open soon, so don't delay :)

Unlock secret collection during start

Currently, when the secret collection locked Alohomora becomes unusable.

During start, the application needs to check if locked and attempt to unlock the collection else proceed as usual.

Add dynmaic validations in UI

Currently, every validation performed is after the user submits the data. Instead, a dynamic data validation would offer a better user experience.

This would cause the components to be refreshed very often. The performance impact should be considered here.

ElementaryOS

Good morning! This app is not available in the ElementaryOS App Store... Please bring it to ElementaryOS. Why do we miss it!

Confirmation of Cipher Key

I install this software, but a enter a cipher key, but I wrote the wrong password, a new text box for confirmation of cipher key prevents the error

Also, how a delete all files to make a new cipher?

Export/Import secrets

Hi guys, I'm need to install a new OS in my computer,is tehre a way to export/import my secrets.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.