
KeePass
1Password
bitwarden
Lastpass
KeePassXC
Dashlane
RoboForm
Enpass
Nim (programming language)
Crystal (programming language)
Go Programming Language
D (Programming Language)
C++
V (programming language)
Zig
Lua
KeePass
Nim (programming language)KeePass is ideal for individuals who are technically inclined and appreciate the added security of managing passwords locally. It's also well-suited for users who require a high degree of customization and those who prefer open-source software solutions.
No Nim (programming language) videos yet. You could help us improve this page by suggesting one.
KeePass might be a bit more popular than Nim (programming language). We know about 209 links to it since March 2021 and only 163 links to Nim (programming language). We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The official KeePass is https://keepass.info/, with the initial release in 2003! The newest versions are 2.53 and 1.41 (when I wrote this article), released in January 2023 (less than 5 months after the previous release). - Source: dev.to / 9 months ago
I don't get it. The putty website has always been https://www.chiark.greenend.org.uk/~sgtatham/putty/ This has never changed. Just because someone likes to use short circuit routing in their head doesn't make putty.org the official site for putty. That is the same attitude as telling the Keepass folks that https://keepass.info/ is wrong... - Source: Hacker News / 12 months ago
Https://keepass.info and share the database file on a shared folder or sync it somehow. - Source: Hacker News / almost 2 years ago
And the best part is there are solutions already that do this: https://keepass.info/ Does it work on Android or iOS? - Source: Hacker News / over 2 years ago
The key difference here being that this is two way hashing so passwords can be decrypted. In reality, there are a lot of attack vectors like MITM, event logging or sometimes straight up storing data in plaintext. Through these hackers can generally get passwords of all users of these services. So, why don't people use local password managers? Just a txt file encrypted with "master password" should be pretty... - Source: Hacker News / over 2 years ago
That's actually a great argument for Nim[0]. Easy interop with C, native-speed performance, and a syntax very close to Python in both readability and how quickly you can get something working. Batteries included, automatic memory management without a conventional GC and metaprogramming - is a really cool combination. [0] - https://nim-lang.org/. - Source: Hacker News / about 1 month ago
Coincidentally, just a few days ago, I tried to run Nim[0] on Windows XP as an experiment. And to my surprise, the latest 32-bit release of Nim simply works out the box. But Nim compiles to C, so I also needed C compiler and all modern versions of mingw failed to launch. After some time I managed to find very old Mingw (gcc 4.7.1) that have finally worked [0]. [0] - https://nim-lang.org/ [1] -... - Source: Hacker News / 6 months ago
You can replace Python with Nim. It checks literally all your marks (expressive, fast, compiled, strong-typing). It's as concise as Python, and IMO, Nim syntax is even more flexible. https://nim-lang.org. - Source: Hacker News / 6 months ago
Have you tried Nim? Strong and static typed, versatile, compiles down to native code vรญa C, interops with C trivially, has macros and stuff to twist your brain if you're into that, and is trivially easy to get into. https://nim-lang.org. - Source: Hacker News / 6 months ago
If a script is simple - I use posix sh + awk, sed, etc. But if a script I write needs to use arrays, sets, hashtable or processes many files - I use Nim[0]. It's a compiled systems-programming language that feels like a scripting language: - Nim is easy to write and reads almost like a pseudocode. - Nim is very portable language, runs almost anywhere C can run (both compiler and programs). - `nim r script.nim` to... - Source: Hacker News / 7 months ago
1Password - 1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
Crystal (programming language) - Programming language with Ruby-like syntax that compiles to efficient native code.
bitwarden - Bitwarden is a free and open source password management solution for individuals, teams, and business organizations.
Go Programming Language - Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
Lastpass - LastPass is an online password manager and form filler that makes web browsing easier and more secure.
D (Programming Language) - D is a language with C-like syntax and static typing.