jcs / rubywarden

An unofficial, mostly Bitwarden-compatible API server written in Ruby (Sinatra and ActiveRecord)
ISC License
593 stars 49 forks source link

add extra attribute support to keepass importer #80

Closed bahamas10 closed 5 years ago

bahamas10 commented 5 years ago

Using this patch, I was able to import 150 records where ~20 of them had additional attributes. "hidden" are supported by some keepass programs but not all, I don't think it's a standard feature to rely on, and rubeepass doesn't have any concept of it - so I just saved all of the attributes as "text" (non-hidden).