mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
make miscchecks
This commit is contained in:
parent
af6ff40748
commit
1f27be076b
12 changed files with 274 additions and 274 deletions
|
@ -713,7 +713,7 @@ function getRandomTempName()
|
|||
local keyLength = 8
|
||||
local output = ""
|
||||
|
||||
for i = 1, keyLength do
|
||||
for i = 1, keyLength do
|
||||
local rand = math.random(#characterSet)
|
||||
output = output .. string.sub(characterSet, rand, rand)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue