[fpc-pascal] is scrypt available?

wkitty42 at windstream.net wkitty42 at windstream.net
Wed Oct 28 22:00:04 CET 2015


On 10/28/2015 03:48 PM, Graeme Geldenhuys wrote:
> On 2015-10-27 14:14, wkitty42 at windstream.net wrote:
>>
>> the project in question uses very few outside developed libraries or units... we
>> don't want to drag in a whole lot of stuff that's not needed or used by the rest
>
> The reason there are many units is because it is well refactored. Each
> unit represents a new Hash or Cipher implementation. So if you only want
> one (out of the many options), it will probably only pull in 2, maybe 3
> units.

my comment was directed more at (eg) not using FCL or LCL to avoid pulling in 
all their stuff that is not needed... currently the project's server binary is 
less than 500K... the next largest binary is ~700K... the server implements 5 or 
6 different protocols for connections... pretty sweet for such a small package 
compared to other things that do less but are much larger... oh yeah, this is 
completely non-GUI, too... all text/console mode  O:)

>> the screen shot is ok
>
> I guess the problem with that is that there is nothing else to take a
> screenshot of - how does a screenshot of Hashes or Ciphers look like.
> ;-) So the brighten up the wiki page, a screenshot of the Component
> Palette icons was chosen.

the real problem, which i was apparently not clear about, is that it is a screen 
shot... that's all fine and good but a simple text list is easier to 
copy'n'paste into a plain text message when conversing with others  ;)

>> there's not much else
>> describing the capabilities available or giving examples...
>
> If you looked at the actual "Ciphers" and "Hashes" directories, those
> units are pretty self explanatory. eg: Blowfish, TwoFish, Mars, ICE,
> IDEA etc can be seen in the unit names.

yeah, that means i already have it... this is/was research before wasting the 
time downloading something that may not fit  B)

> The wiki also gives an example (pure code) if you look in the Bug
> section of the wiki page. As for the bug, that is a corner case, and I
> haven't tested or reseached it much. But I doubt it would affect many
> people, so don't judge the whole DCPCrypt project based on that alone.

no, that's not possible :lol:

-- 
  NOTE: No off-list assistance is given without prior approval.
        *Please keep mailing list traffic on the list* unless
        private contact is specifically requested and granted.



More information about the fpc-pascal mailing list