You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bolt card app enhancements should be implemented without affecting the LNbits bolt_card extension until that is ready to adopt the enhanced privacy updates.
The app should detect create_bolt_card_response v2 when it has uid_privacy set to Y
It should then authenticate with the card and set PICCConfig.UseRID=1
The UID will be random or zero after a card power cycle
In my testing, I've noticed this message when UseRID is set and the create card tests are run.
Also the Card UID shown is random and it is easily detectable as the value is shorter than the previous static value.
Perhaps we should show Card UID: private instead
The text was updated successfully, but these errors were encountered:
related issue boltcard/boltcard#21
With app v0.1.2 (bd0f5ec) it is possible to write and wipe cards from the bolt card service that includes the uid_privacy flag because it is ignored by the app.
The bolt card app enhancements should be implemented without affecting the LNbits bolt_card extension until that is ready to adopt the enhanced privacy updates.
The app should detect
create_bolt_card_response v2
when it hasuid_privacy
set toY
It should then authenticate with the card and set
PICCConfig.UseRID=1
The UID will be random or zero after a card power cycle
In my testing, I've noticed this message when UseRID is set and the create card tests are run.
Also the Card UID shown is random and it is easily detectable as the value is shorter than the previous static value.
Perhaps we should show
Card UID: private
insteadThe text was updated successfully, but these errors were encountered: