Skip to content

Instantly share code, notes, and snippets.

@gokulsan
Last active May 26, 2019 18:48
Show Gist options
  • Save gokulsan/28e82770d0c096f2f2485c6570c87e9b to your computer and use it in GitHub Desktop.
Save gokulsan/28e82770d0c096f2f2485c6570c87e9b to your computer and use it in GitHub Desktop.
Java Security Standard Algorithms
https://docs.oracle.com/en/java/javase/11/docs/specs/security/standard-names.html#secretkeyfactory-algorithms
OSSEC as SIEM
https://serverfault.com/questions/539342/ossec-as-a-siem/539918?newreg=bd75a320e8b84fd88874151efb0e2669
SMTP Port Scanning Techniques
https://support.en.kodak.com/app/answers/detail/a_id/37550/~/where-to-find-smtp-port-number-information-to-set-up-scan-to-email-profile/selected/true
TCP Port Scanning with NMAP
https://pentest-tools.com/network-vulnerability-scanning/tcp-port-scanner-online-nmap
SMTP Vulnerability Assessment
https://www.beyondsecurity.com/a0895105-dc61-4602-ae1b-ae9eb61181f3?submissionGuid=553de041-88a8-4324-9451-1bc6e9b3a855
PKBD2 as a Password Hashing Technique
https://edunyte.com/2018/01/password-hash-using-pbkdf2-hmac-sha-256-512-net/
https://stackoverflow.com/questions/18648084/rfc2898-pbkdf2-with-sha256-as-digest-in-c-sharp
https://edunyte.com/2018/11/password-hash-using-pbkdf2-with-hmac-sha256-sha512-in-net-framework-4-7-2-and-net-core-2-0/
https://security.stackexchange.com/questions/16354/whats-the-advantage-of-using-pbkdf2-vs-sha256-to-generate-an-aes-encryption-key
Keylength Considerations in SHA512 Hashing Algorithm
https://stackoverflow.com/questions/17510415/key-size-of-sha512-hashing-algorithm
Cryptographic Keylenghth Recommendations
https://www.keylength.com/en/4/
https://www.keylength.com/en/3/
Persistence in Hibernate Framework
https://stackoverflow.com/questions/8077444/configure-hibernate-to-use-a-renamed-persistence-xml
https://stackoverflow.com/questions/13913905/configuring-persistence-and-orm-with-jpa-2
https://www.tutorialspoint.com/hibernate/hibernate_configuration.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment