HS Banner
HS Codebank Articles
Page 1 of 1

PHP Crypt 02/11/2023

Description:

crypt() will return a hashed string using the standard Unix DES-based algorithm or alternative algorithms. password_verify() is compatible with crypt(). Therefore, password hashes created by crypt() can be used with password_verify().

Author: Admin
Language: PHP
Tags: php crypt hash password
Read More115

Send email from a VB.Net application 03/26/2022

Description:

Here's an example of how to send an email in a VB.Net application.

Author: Admin
Language: Visual Basic .NET
Tags: send email vb.net
Read More450

PHPMailer 09/19/2021

Description:

PHPMailer – A full-featured email creation and transfer class for PHP

Author: Admin
Language: PHP
Tags:
Read More402



HS-HASH 03/19/2021

Description:

HS-HASH is a data hashing class that uses a secure hash algorithm and returns the hashed value of the entered string.

Author: admin
Language: C#
Tags: hs hash sha512 sha256
Read More336