sim-password-manager icon indicating copy to clipboard operation
sim-password-manager copied to clipboard

SIM Password Manager

Results 1 sim-password-manager issues
Sort by recently updated
recently updated
newest added

Missing short casts before modulus: ``` for (i = 0; i < 4; i++) { sourceOffset = (short) ( (/*todo here*/(short)(i + 1) % 4) + ((KEYN-1) * 4) +...