Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which security packages exists for Smalltalk?

I'm looking for a package in any Smalltalk dialect that provides me to provide several security features for my system. For example: To manage failed logins, brute force attacks, user/password organization, ACL's, check points, etc. It could be based in roles or capabilities. If you could share your experience with the library it will be even better to gain some additional insight.

like image 558
user1000565 Avatar asked Mar 14 '26 13:03

user1000565


1 Answers

The Application Security package in Pharo implements the CheckPoint security pattern, uses the Nacl cryptographic library (SHA-512 through the libsodium binding), an user model supporting groups and candidates, network security utilities like network class based filtering, and password rules as recommended by the FIPS.

Sample code is provided in SUnit tests and linked blog posts.

like image 193
Hernán Avatar answered Mar 17 '26 02:03

Hernán



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!