engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

Add PBKDF caching #28

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

master:

$ time target/debug/enprot -e Agent_007 -k Agent_007=password sample/test.ept -o -
[...]
1.15 real

this branch:

$ time target/debug/enprot -e Agent_007 -k Agent_007=password sample/test.ept -o -
[...]
0.63 real

Of course this is just an example with 2 entries for Agent_007, the point is that it scales better.