All Projects → CruiserX → sha256_plsql

CruiserX / sha256_plsql

Licence: LGPL-2.1 license
SHA256 PL/SQL Implementation for Oracle 10g,11g.

Programming Languages

PLSQL
303 projects

Projects that are alternatives of or similar to sha256 plsql

Blockchain
blockchain (crypto) tools, libraries & scripts in ruby
Stars: ✭ 143 (+175%)
Mutual labels:  oracle, sha256
sql-agent
HTTP interface for executing ad-hoc SQL queries.
Stars: ✭ 87 (+67.31%)
Mutual labels:  oracle
witnet-solidity-bridge
Witnet Bridge for EVM-compatible blockchains
Stars: ✭ 46 (-11.54%)
Mutual labels:  oracle
Oracle.jl
Oracle Database driver for the Julia language.
Stars: ✭ 32 (-38.46%)
Mutual labels:  oracle
ares
Completely decentralized oracle protocol
Stars: ✭ 51 (-1.92%)
Mutual labels:  oracle
aco-oracle java
Puppet module to install Oracle Java on Linux systems
Stars: ✭ 13 (-75%)
Mutual labels:  oracle
mybatis
Mybatis study
Stars: ✭ 66 (+26.92%)
Mutual labels:  oracle
Dev.Data
The Dev.Data.SqlDatabaseCommand is a set of components helping C# developers to execute SQL Queries and to retrieve data from SQL Server.
Stars: ✭ 15 (-71.15%)
Mutual labels:  oracle
sqle
SQLE is a SQL audit platform | SQLE 是一个支持多场景,原生支持 MySQL 审核且数据库类型可扩展的 SQL 审核工具
Stars: ✭ 731 (+1305.77%)
Mutual labels:  oracle
nosql-go-sdk
SDK for Go for Oracle NoSQL Database
Stars: ✭ 26 (-50%)
Mutual labels:  oracle
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (-13.46%)
Mutual labels:  oracle
method5
Remote execution for Oracle SQL, PL/SQL, and shell scripts, built entirely inside Oracle. Method5 lets you easily run commands quickly and securely on hundreds of databases.
Stars: ✭ 19 (-63.46%)
Mutual labels:  oracle
uclapi
An API for University College London, created for and by students!
Stars: ✭ 41 (-21.15%)
Mutual labels:  oracle
exodus
Migration tools for Tabular Data to Oracle JSON/Tabular Data
Stars: ✭ 19 (-63.46%)
Mutual labels:  oracle
simple-oracledb
Extend capabilities of oracledb with simplified API for quicker development.
Stars: ✭ 34 (-34.62%)
Mutual labels:  oracle
weblogic honeypot
WebLogic Honeypot is a low interaction honeypot to detect CVE-2017-10271 in the Oracle WebLogic Server component of Oracle Fusion Middleware. This is a Remote Code Execution vulnerability.
Stars: ✭ 30 (-42.31%)
Mutual labels:  oracle
vagrant
Vagrant Builds
Stars: ✭ 154 (+196.15%)
Mutual labels:  oracle
smart-contracts
On-chain system contracts and examples
Stars: ✭ 76 (+46.15%)
Mutual labels:  oracle
examples
Example code supporting articles
Stars: ✭ 44 (-15.38%)
Mutual labels:  oracle
ontology-oracle
The Oracle node and Oracle contract
Stars: ✭ 33 (-36.54%)
Mutual labels:  oracle

sha256_plsql

SHA256 PL/SQL Implementation for Oracle 10g,11g.

Installation

Compile package in sqlplus

SQL> @sha256_pkg
Package created.
SQL> @sha256_body
Package body created.

Usage

SQL> select sha256.encrypt('test message') from dual;
3f0a377ba0a4a460ecb616f6507ce0d8cfa3e704025d4fda3ed0c5ca05468728

SQL> select sha256.encrypt_raw('74657374206D657373616765') from dual;
3f0a377ba0a4a460ecb616f6507ce0d8cfa3e704025d4fda3ed0c5ca05468728
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].