[TIPS] Variables can be nested!
|
2014-03-20, 11:20
Post: #1
|
|||
|
|||
[TIPS] Variables can be nested!
Found out this neat feature of iPXE:
set testvalue0 1234 set testvalue1 4567 set index 0 echo ${testvalue${index}} >1234 set index 1 echo ${testvalue${index}} >4567 This can be used to "create" simple encryption/authentication algoritms, even if those aren't "secure", you can for example prevent causual listening in a network. (just as a "obfuscation") |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[TIPS] Variables can be nested! - sebastian - 2014-03-20 11:20
RE: [TIPS] Variables can be nested! - mcb30 - 2014-03-20, 11:54
RE: [TIPS] Variables can be nested! - sebastian - 2014-03-20, 12:10
RE: [TIPS] Variables can be nested! - mcb30 - 2014-03-20, 13:27
RE: [TIPS] Variables can be nested! - sebastian - 2014-03-20, 13:37
RE: [TIPS] Variables can be nested! - sebastian - 2014-04-26, 00:44
|
User(s) browsing this thread: 3 Guest(s)