This website works better with JavaScript.
Explore
Help
Register
Sign In
aurora
/
kdbx.dart
Watch
1
Star
0
Fork
You've already forked kdbx.dart
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
KeepassX format implementation in pure dart.
keepass
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
140
Commits
4
Branches
0
Tags
660 KiB
Dart
96.6%
Python
2.7%
Shell
0.6%
Tree:
33342f3283
coverage
master
null-safety
remove-cryptography-dependency
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '33342f3283'
${ noResults }
kdbx.dart
/
example
/
kdbx_example.dart
5 lines
83 B
Raw
Blame
History
import
'
package:kdbx/kdbx.dart
'
;
void
main
(
)
{
KdbxFormat
(
)
.
read
(
null
,
null
)
;
}
Reference in new issue
Copy Permalink