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.
		
		
		
		
		
			| 
				
					
						
							 | 
			6 years ago | |
|---|---|---|
| .github/workflows | 6 years ago | |
| .idea | 6 years ago | |
| bin | 6 years ago | |
| example | 6 years ago | |
| lib | 6 years ago | |
| test | 6 years ago | |
| .gitignore | 6 years ago | |
| CHANGELOG.md | 6 years ago | |
| README.md | 6 years ago | |
| analysis_options.yaml | 6 years ago | |
| pubspec.yaml | 6 years ago | |
		
			
				
				README.md
			
		
		
			
			
		
	
	kdbx.dart
this is just an experiment right now
KeepassX format implementation in pure dart.
Resources
- Code is very much based on https://github.com/keeweb/kdbxweb/
 - https://gist.github.com/msmuenchen/9318327
 
Usage
TODO
Features and bugs
- Only supports v3.
 
TODO
- For v4 argon2 support would be required. Unfortunately there are no dart implementations, or bindings yet. (as far as I can find).