OpenKeychain
redux
OpenKeychain | redux | |
---|---|---|
26 | 289 | |
2,262 | 60,952 | |
0.9% | 0.1% | |
8.0 | 8.9 | |
7 months ago | 11 days ago | |
Java | TypeScript | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OpenKeychain
- OpenKeychain – An OpenPGP Implementation for Android
-
anyone else get the NFC where it won't scan?
https://issuetracker.google.com/issues/238257723 https://github.com/open-keychain/open-keychain/pull/2804
- Boxcryptor e2e encryption alternative for Android besides Cryptomator
-
YubiKey 5C NFC no PIN prompt on Android for OpenPGP decrypt
In addition to my PC set up I am also using the Android Password Store in combination with OpenKeyChain. Everything works fine except that decrypting any password simply works without requiring my PIN. I've tried both USB C connection and NFC and neither interface requires the PIN.
-
OsmAnd (OpenStreetMap) 4.3 for Android is fast with a new rendering engine
OpenKeychain is an Android app for doing some basic GPG related work. It can verify signatures (hidden in the "encrypt/decrypt" menu)
Also it integrates i.e. with K-9 mail to sign and verify.
https://github.com/open-keychain/open-keychain
-
Any foss encryption software for android?
OpenKeychain https://www.openkeychain.org/ integrates with multiple apps for encrypting your mail, plain texts, backups, xmpp chats.
I don't know what features you are looking for in encryption software but OpenKeychain is foss, audited and works just fine if you just want basic encryption/decryption/signing.
-
⟳ 0 apps added, 37 updated at f-droid.org
OpenKeychain: Easy PGP (version 5.8.0): Encrypt your Files and Communications. Compatible with the OpenPGP Standard.
-
Suggestion regarding the privacy email providers with better search and spam filtering capabilty
I use mailbox.org with the encrypted inbox, Mozilla Thunderbird on desktop, and FairEmail + OpenKeychain on Android. I think StartMail is the only other one of those four options that supports standard IMAP and SMTP.
-
Any cool uses for the Yubikey?
On Android OpenKeychain, TermBot, and K-9 Mail, are awesome.
redux
-
React v19 has been released
Hmm, that is a good point that `useActionState` accepts a reducer-like function (although I think it's async in this case?).
And yeah, half of Redux's terminology is simply because the existing Flux Architecture libraries from the prior year all used those terms. There were several debates in the issues about whether to name them "actions", "events", or something else, and the conclusion was "let's just stick with the existing Flux terminology":
- https://github.com/reduxjs/redux/issues/891#issuecomment-147...
FWIW, as I've revamped the Redux docs over the years, I have specifically made sure we describe the "actions === events" aspect:
- https://redux.js.org/style-guide/#model-actions-as-events-no...
- https://redux.js.org/tutorials/essentials/part-1-overview-co...
-
Microfrontends a Developer's Guide: Exploring Projects and Managing Communication
Libraries like Redux or MobX can be used for state management, but it is important to weigh the pros and cons of introducing a centralized state.
-
Key Takeaways from My Recent Review of the React Docs
Consider using the useReducer hook or a state management library like Redux or Zustand for complex state logic.
-
TypeScript's Lack of Naming Types and Type Conversion in Angular
Some even go the opposite direction; in the case of Redux, there isn’t a union type to be found despite Redux being a conversion of Elm to JavaScript, and later to TypeScript. The whole point of Unions is ensure you’re Reducers can only do “1 of 3 things”. Instead, you’ll see String constants, or _maybe_ an Enum if you’re lucky. Often it’s dangerous Records used to narrow a domain when a Union should have been used instead.
-
Journeying from React to React Native
React and React Native share many core libraries. You can use the same state management libraries like Redux, MobX, and data fetching libraries like Axios or the Fetch API.
-
React Component Libraries: Overview of 19 Top Libs
Redux Documentation
-
Redux Toolkit vs. Plain Redux: How Immer Transforms State Management
Redux is a state management library for JavaScript applications that provides a centralized store for managing the state of an app. It follows a predictable state container model where actions are dispatched to trigger state changes, and reducers are used to define how the state transitions in response to those actions. Redux enforces immutability and a unidirectional data flow, which makes debugging easier and state transitions predictable.
-
How to write clean and efficient React code?
To learn more about Redux, check out the official Redux documentation. To learn more about Context API, check out the official React documentation.
-
How Web5 and Bluesky are Building the Next Layer of the Web
I most recently interviewed Dan Abramov, creator of Redux and React core team member, about his work at Bluesky and the development of Bluesky's underlying technology – Authenticated Transfer Protocol, or AT Proto for short. I learned that while TBD’s Web5 and Bluesky’s AT Proto share the vision of a decentralized and user-centric web, their approaches and underlying technologies offer a fascinating contrast. I'll examine these parallel approaches in hopes that TBD, Bluesky, and the broader community can gain valuable insights into building infrastructure for the decentralized web.
-
Writing a state management library in 50 lines of JavaScript
State management is one of the most important part of a web application. From the use of global variables to React hooks to the use of third-party libraries like MobX, Redux or XState to name just these 3, it is one of the topics that fuels the most discussions as it is important to master it to design a reliable and efficient application.
What are some alternatives?
Android-Password-Store - Android application compatible with ZX2C4's Pass command line application
zustand - 🐻 Bear necessities for state management in React
OkcAgent - A utility that makes OpenKeychain available in your Termux shell
remix - Build Better Websites. Create modern, resilient user experiences with web fundamentals.
age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
SWR - React Hooks for Data Fetching
Android-Templates-And-Utilities - Collection of source codes, utilities, templates and snippets for Android development.
valtio - 🧙 Valtio makes proxy-state simple for React and Vanilla
secure-preferences - Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
swift-composable-architecture - A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.
puree-android - A log collector for Android
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]