oracle中加密解密PL SQL包 [英] Encrypt decrypt PL SQL Packages in oracle

查看:80
本文介绍了oracle中加密解密PL SQL包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以使用特定的密钥在 oracle 中加密 SQL 包(存储过程、函数等)并使用相同的密钥进行解密以达到安全目的???我正在使用 oracle 12c ....

Is there any way to encrypt the SQL Packages (Stored procedure, Functions etc) in oracle using specific key and decrypt using the same key for security purpose??? i am using oracle 12c....

谢谢,

推荐答案

是的,您可以为此使用 wrap 工具,请参阅 PL/SQL 源文本换行

Yes, you can use the wrap tool for this, see PL/SQL Source Text Wrapping

您可以包装 PL/SQL 源文本,从而防止任何人使用静态数据字典视图 *_SOURCE 显示该文本.

You can wrap the PL/SQL source text, thereby preventing anyone from displaying that text with the static data dictionary views *_SOURCE.

原则上不支持解密,但您可以使用解开它!等工具.

In principle decryption is not supported, however you can use tools like Unwrap It!.

这篇关于oracle中加密解密PL SQL包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆