BAKey

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
❤x1
User
User
Posts: 49
Joined: Thu Jan 10, 2019 5:56 pm

BAKey

Post by ❤x1 »

Image

Entirely written with PureBasic and SpiderBasic, BAKey is a no-frills no-hassle password manager available and syncable everywhere!

Download:
Desktop : Image Image Image
Mobile :Image Image
Web : Image

Release infos:
V0.1.2:
  • ~Fixed: identification after a first failed loading.
  • +Added: you can now edit an existing credential
V0.1:
  • First public release!
  • First android release
  • First web release
  • Available in English and in French
  • Only the credential page is available for now : I'm mostly looking for bug with the user interface. If you can spend 2 minutes to try it and report any render issue, It'd help me a lot to work toward the next versions!
Screenshots :
Android :
Image
Web (firefox) :
Image
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: BAKey

Post by falsam »

I tested the web version. The data is in a SQL database stored in the browser (Local Storage). A cleaning of the history, and the database no longer exists.

I'm not testing the APK version because it's the same thing.

Nice work with a pleasant and above all intuitive interface.

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
User avatar
Olliv
Enthusiast
Enthusiast
Posts: 542
Joined: Tue Sep 22, 2009 10:41 pm

Re: BAKey

Post by Olliv »

???

Please read what does password mean.
User avatar
❤x1
User
User
Posts: 49
Joined: Thu Jan 10, 2019 5:56 pm

Re: BAKey

Post by ❤x1 »

Thank you Falsam.

@Olliv : Ok, so the French community, not happy with chasing me from their forum, feels the need to pursue me on the English forum as well? Wow! I feel very welcomed on the fantasy software boards.
Don't worry, since I'm such an eyesore to you, I won't come back here either and won't ever use fantasy software tool anymore. It has been a great experience, thanks.
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: BAKey

Post by DarkDragon »

What is going on in here? Password managers like these are common. However many of the new ones store the passwords online on a central server which is insecure as hell. Using localstorage is much more secure, if the passwords are encrypted properly using the master password.
bye,
Daniel
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: BAKey

Post by tj1010 »

I've been using PasswordSafe for years avoiding "cloud" and "sync" features..

Offline.. strong cipher with key hash check.. Random123 or even srand or similar for generation against char table.. in-focus window input..U2F hashed pass-hash option
Post Reply