-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
295 lines (252 loc) · 14.9 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>rust-keylock</title>
<link>https://rust-keylock.github.io/</link>
<description>Recent content on rust-keylock</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-US</language>
<lastBuildDate>Mon, 27 Jul 2020 00:00:00 +0000</lastBuildDate>
<atom:link href="https://rust-keylock.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>F-Droid</title>
<link>https://rust-keylock.github.io/blog/fdroid/</link>
<pubDate>Mon, 27 Jul 2020 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/fdroid/</guid>
<description>Version 0.12.0 is now included in F-Droid.
Enjoy!</description>
</item>
<item>
<title>Announcing v0.12.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.12.0/</link>
<pubDate>Thu, 25 Jun 2020 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.12.0/</guid>
<description>Release 0.12.0 is out!
It includes two new features:
Passphrases generation using Diceware. Passwords health check against pwned passwords list, leveraging the k-anonimity API. Changelist Check passwords health functionality. Diceware: Generate passphrases. Applying password entries filter with a button (or hitting enter) in Desktop and Android. Upgraded third party libraries. Bugfixing </description>
</item>
<item>
<title>Announcing v0.11.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.11.0/</link>
<pubDate>Fri, 13 Mar 2020 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.11.0/</guid>
<description>Release 0.11.0 is out!
The first highlight of this release, is that the Desktop application is implemented using JavaFX instead of ScalaFX. Along with that, there were user experience improvements and UI fixes.
The second highlight is that we recovered the support for older Android versions. Therefore, the minimum supported API level is 16 (4.1.2 is tested as a minimum version).
Changelist UI now uses plain JavaFX instead of ScalaFX.</description>
</item>
<item>
<title>Announcing v0.9.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.9.0/</link>
<pubDate>Thu, 27 Jun 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.9.0/</guid>
<description>Release 0.9.0 is out!
The main feature of this release is the support for synchronization via Dropbox accounts!
Affected repositories rust-keylock-lib
rust-keylock-ui
rust-keylock-android
Changelist Synchronization via Dropbox. By using rust-bcrypt, we were able to ditch the unmaintained rust-crypto. Increased the bcrypt cost. Applied clippy proposals. Using the latest j4rs and its maven dependencies download-during-build feature, the size of the rust-keylock-ui crate got much smaller. </description>
</item>
<item>
<title>Synchronizing with Dropbox</title>
<link>https://rust-keylock.github.io/wiki/sync-with-dropbox/</link>
<pubDate>Thu, 27 Jun 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/wiki/sync-with-dropbox/</guid>
<description>Since version 0.9.0, the rust-keylock has the ability to synchronize passwords and data using Dropbox.
Setup In order to allow the rust-keylock to access your Dropbox account, you should create a Dropbox authentication token.
The following steps should be done once per device. For example, if you use rust-keylock in your desktop and in your Android device, you should acquire one authentication token for your desktop and one for your Android phone.</description>
</item>
<item>
<title>Announcing v0.8.2</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.8.2/</link>
<pubDate>Tue, 02 Apr 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.8.2/</guid>
<description>Release 0.8.2 is out!
This release includes important nextcloud sync fixes and core implementation improvements, allowing to move forward to the next release that is planned to contain synchronization with Dropbox accounts!
Affected repositories rust-keylock-lib
rust-keylock-ui
Changelist rust-keylock-lib:
Corrected nextcloud sync issues. Use tokio for tasks and loops where possible. Do not allow manual nextcloud synchronization. rust-keylock-ui:
Filter improvements Using the latest j4rs. No need to set up the LD_LIBRARY_PATH or JAVA_HOME any more.</description>
</item>
<item>
<title>AUR availability</title>
<link>https://rust-keylock.github.io/blog/aur/</link>
<pubDate>Tue, 19 Feb 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/aur/</guid>
<description>Since version 0.8.1, arch users may find the rust-keylock-ui in AUR.
Enjoy!</description>
</item>
<item>
<title>Announcing v0.8.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.8.0/</link>
<pubDate>Wed, 06 Feb 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.8.0/</guid>
<description>Release 0.8.0 is out!
This release includes important security fixes and desktop UI improvements.
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
rust-keylock-ui
Changelist rust-keylock-lib:
Correct the bcrypt key expansion using HKDF. Encrypt the SHA3 hash value Use the maintained fork of rust-crypto. Error messages and logging improvements. rust-keylock-ui:
Windows sizing improvements. Several UI enhancements. Fixed &ldquo;home not found&rdquo; issue of java logging in windows. </description>
</item>
<item>
<title>Announcing v0.7.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.7.0/</link>
<pubDate>Sat, 12 Jan 2019 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.7.0/</guid>
<description>Release 0.7.0 is out!
rust-keylock-ui and rust-keylock-android now use the j4rs rust crate for the Java &lt;-&gt; Rust communication, allowing to ditch the JNA dependency. Using j4rs in Android is pretty important for publishing the app in the F-Droid as well, since there is no need to carry the JNA pre-built binaries any more.
Moreover, ther is now asynchronous support provided by the rust-keylock-lib. It is being used by both rust-keylock-ui and rust-keylock-android.</description>
</item>
<item>
<title>Announcing v0.6.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.6.0/</link>
<pubDate>Tue, 26 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.6.0/</guid>
<description>Release 0.6.0 is out!
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
rust-keylock-ui
Changelist Usability improvements:
Added a URL field in the password entries Support copy for the URL, username and password fields </description>
</item>
<item>
<title>Announcing v0.5.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.5.0/</link>
<pubDate>Tue, 05 Jun 2018 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.5.0/</guid>
<description>Release 0.5.0 is out!
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
rust-keylock-ui
Changelist Implemented automated backups locally
Added Warning when about to overwrite an existing file while exporting locally
The desctiprion of the password entries is now a text area
Bugfixes Fix: Exception in thread &ldquo;JavaFX Application Thread&rdquo; java.lang.NumberFormatException: For input string: &quot;&rdquo;
Stop the inactivity timer after first time that the user is logged out because of inactivity</description>
</item>
<item>
<title>Announcing v0.4.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.4.0/</link>
<pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.4.0/</guid>
<description>Release 0.4.0 is out!
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
rust-keylock-ui
Changelist Synchronize with (Next/Own)cloud
Using internal configuration and added configuration dialogs
Use sec_str in Windows as well
Bugfixes Fixed wrong AES key size
Fixed Windows shell cleaning
Fixed focus lost when applying filter on Android
Fixed showing large texts on alerts/messages
Code and infrastructure improvements Sign the apk files that are published by Travis CI </description>
</item>
<item>
<title>Synchronizing with Nextcloud</title>
<link>https://rust-keylock.github.io/wiki/sync-with-nextcloud/</link>
<pubDate>Tue, 06 Feb 2018 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/wiki/sync-with-nextcloud/</guid>
<description>Since version 0.4.0, the rust-keylock has the ability to synchronize passwords and data over a Nextcloud (or Owncloud) server.
Setup From the main menu, navigate to the Configuration and fill the fields.
The Server URL, the Username and the Password should be filled in order to assume correct configuration.
Self-signed certificates If your Nextcloud server is accessed via HTTPS using a self signed certificate, you need to:
Check the self-signed certificate checkbox in the rust-keylock &ldquo;Configuration&rdquo; view.</description>
</item>
<item>
<title>Announcing v0.3.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.3.0/</link>
<pubDate>Fri, 03 Nov 2017 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.3.0/</guid>
<description>Release 0.3.0 is out!
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
rust-keylock-ui
Changelist Data Integrity checks:
Protection against data corruption using SHA-3 hashing with 512 bits output.
Filtering mechanism:
Ability to filter the list of passwords to improve the user experience.
Timeout mechanism:
Enhance security by automatically locking after inactivity period.
Bugfixes Fixed merging when importing entries:
The identical entries were not recognized, resulting to duplicate entries after importing</description>
</item>
<item>
<title>v0.3.0 contents</title>
<link>https://rust-keylock.github.io/blog/next-release-contents-0-3-0/</link>
<pubDate>Wed, 11 Oct 2017 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/next-release-contents-0-3-0/</guid>
<description>Upcoming release contents
This post is about announcing what the next release of rust-keylock will include.
New features Inactivity timeout mechanism
Filtering mechanism
Ability to filter the list of passwords to improve the user experience when the saved passwords are too many.
Integrity checks
Use cryptographic checksums to imply about stored data integrity
Code and infrastructure improvements Replace the deprecated library rustc_serialize with serde Provide release artifacts for all the rust-keylock subprojects in GitHub Plus &hellip; Bugfixes </description>
</item>
<item>
<title>Announcing v0.2.1</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.2.1/</link>
<pubDate>Mon, 20 Mar 2017 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.2.1/</guid>
<description>Release 0.2.1 is out!
Affected repositories rust-keylock-lib
rust-keylock-shell
rust-keylock-android
Changelist Handle decryption errors during the initialization and don&rsquo;t panic Change the name of the shell binary from rust_keylock to rust-keylock Keep the passwords encrypted in the memory Keep the encryption/decryption keys in safe memory location Bugfixes rust-keylock-lib
Panic when providing a very big number during authorization: panicked at &lsquo;assertion failed: salt.len() == 16&rsquo;</description>
</item>
<item>
<title>Announcing v0.1.0</title>
<link>https://rust-keylock.github.io/blog/announcing-v0.1.0/</link>
<pubDate>Wed, 15 Feb 2017 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/blog/announcing-v0.1.0/</guid>
<description>The first release of rust-keylock is out!
Release links: rust-keylock-lib
rust-keylock-shell
rust-keylock-android</description>
</item>
<item>
<title>F.A.Q.</title>
<link>https://rust-keylock.github.io/faq/rkl/</link>
<pubDate>Wed, 15 Feb 2017 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/faq/rkl/</guid>
<description>What is the rust-keylock? rust-keylock is a password manager.
What is the license? rust-keylock is a free software, licensed under GPLv3.
Where is the code? The code is hosted on GitHub.
Why so many repos? The idea is that there is a core rust-keylock library that handles the core application logic, whereas the interaction with the Users is done via libraries and apps that have presentation responsibilities.
Therefore, apart from the core library repo, the rest are presentation libraries.</description>
</item>
<item>
<title>About</title>
<link>https://rust-keylock.github.io/about/rkl/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/about/rkl/</guid>
<description>General rust-keylock is a password manager and its goals are to be:
Secure Simple to use Portable Extensible The core logic is written in Rust, but the presentation/User interaction parts are in different languages.
Warning The project has not yet received any formal/official security reviews. Use it at your own risk.
Features Security The data is locked with a user-defined master password, using bcrypt password hashing. Encryption using AES with CTR mode.</description>
</item>
<item>
<title>Download and Install</title>
<link>https://rust-keylock.github.io/download/rkl/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://rust-keylock.github.io/download/rkl/</guid>
<description>rust-keylock is delivered as a desktop app, an Android app and a shell app.
Here is how you can install what you are interested in:
Desktop There are several choices for desktop users:
Snap Install the rust-keylock-ui from the Snap Store.
Arch User Repository Arch users may find the application in AUR.
Cargo Provided that Rust and Java 11 or higher are installed in your system, you may use cargo install, or even build rust-keylock-ui from the sources.</description>
</item>
</channel>
</rss>