在Node.js,console.dir (getCiphers (),{ maxArrayLength : 无})
products both
id-aes128-wrap
and aes128-wrap
。 他们之间的区别是什么?
滚动式getCipherInfo
似乎表明后者只是前者的一个方面?
console.log(getCipherInfo( id-aes128-wrap ))
console.log(getCipherInfo( aes128-wrap ))
回返:
{
mode: wrap ,
name: id-aes128-wrap ,
nid: 788,
blockSize: 8,
ivLength: 8,
keyLength: 16
}
{
mode: wrap ,
name: id-aes128-wrap ,
nid: 788,
blockSize: 8,
ivLength: 8,
keyLength: 16
}