首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏数据和云

    Oracle Data Redaction数据加密

    Oracle Database 12c中加入了Data Redaction作为一个新的安全特性。 当你想要隐藏一个字段的所有值或部分值,但同时还要为用户提供他们需要的信息的时候,Data Redaction便有了用武之地。 ? Oracle Redaction概述 ? 对于Redaction之前,可能需要自定义加密函数、创建特定的视图,或者在存储到数据库的时候就用加密算法进行加密。 而Redaction可以直接对数据进行加密,不会影响到数据真实的存储,对应用透明,不需要改动。 对于权限,Redaction不能对sys和system用户进行数据的加密。 因为他们都有EXP_FULL_DATABASE这个角色, 而这个角色又包含了EXEMPT REDACTION POLICY系统权限。

    1.6K50发布于 2018-03-08
  • 来自专栏黑客下午茶

    Sentry 企业级数据安全解决方案 - Relay PII 和数据清理

    { "rules": { "hash_imei": { "type": "imei", "redaction": { "method": "hash" { "rules": { "hash_userpath": { "type": "userpath", "redaction": { "method" 例如,要删除所有字符串: { "rules": { "remove_everything": { "type": "anything", "redaction": { { "rules": { "remove_ip": { "type": "ip", "redaction": { "method": "remove" { "rules": { "replace_ip": { "type": "ip", "redaction": { "method": "replace

    1.5K20编辑于 2022-01-25
  • 来自专栏Vamei实验室

    Java进阶09 事件响应

    ActionListeners */ ColorAction yellowAction = new ColorAction(Color.yellow); ColorAction redAction yellowButton.addActionListener(yellowAction); redButton.addActionListener(redAction

    1.7K80发布于 2018-01-18
  • 来自专栏VoiceVista语音智能

    ASR and the Rise of Audio Intelligence

    Redaction of PII comes into play for both audio and text and especially automated PII redaction.

    1.6K30编辑于 2023-03-03
  • 来自专栏GPUS开发者

    关于NVIDIA Deepstream SDK压箱底的资料都在这里了

    https://github.com/NVIDIA-AI-IOT/deepstream_360_d_smart_parking_application DeepStream SDK for Redaction https://github.com/NVIDIA-AI-IOT/redaction_with_deepstream 异常检测参考应用 使用并行管道处理2个流的示例应用程序。

    7.1K42发布于 2019-10-22
  • 来自专栏大数据成神之路

    Spark调优 | Spark SQL参数调优

    should have either a no-arg constructor, or a constructor that expects a SparkConf argument. spark.sql.redaction.options.regex This redaction is applied on top of the global redaction configuration defined by spark.redaction.regex . spark.sql.redaction.string.regex Regex to decide which parts of strings produced by Spark contain When this conf is not set, the value fromspark.redaction.string.regex is used. spark.sql.session.timeZone

    8.3K63发布于 2019-08-16
  • 来自专栏FreeBuf

    打满马赛克就安全?新技术已能够从像素化图像中还原文本信息

    参考来源 https://www.bleepingcomputer.com/news/security/researcher-reverses-redaction-extracts-words-from-pixelated-image

    1K40编辑于 2022-02-25
  • 来自专栏Hadoop实操

    0544-CDSW1.5的新功能

    要关闭日志文件的敏感信息脱敏,可以使用新的--skip-redaction参数,如下所示: cdsw logs --skip-redaction 8.网络 CDSW现在使用DNS主机名(而不是IP地址)

    1.5K30发布于 2019-03-07
  • 来自专栏安恒信息

    Oracle公司被曝在数据校订功能中存漏洞

    在2014年美国黑帽大会上,数据库安全专家David Litchfield展示了Oracle公司一款旗舰产品的数据校订(data redaction)功能中的一些漏洞,Oracle公司在最新版本数据库

    80160发布于 2018-04-10
  • 来自专栏thinkphp+vue

    Selenium和Appium Python自动化测试生成HTML测试报告

    在此文本字段中键入的文本在报告中被星号替换: 如果您愿意,可以将其禁用: def test_disable_command_redaction(): driver = webdriver.Chrome disable_auto_test_reports(disabled=True) driver.get("https://example.testproject.io/web/") driver.report().disable_redaction

    2.3K20发布于 2021-04-20
  • 来自专栏Rust语言学习交流

    【Rust日报】 2019-10-10 Async 进入完善阶段

    )] Disconnect(#[source] io::Error), #[error("the data for key `{0}` is not available")] Redaction

    64720发布于 2019-10-14
  • 来自专栏Rust语言学习交流

    【Rust每周一库】anyhow和thiserror - 错误处理库

    disconnected")] Disconnect(#[from] io::Error), #[error("the data for key `{0}` is not available")] Redaction

    3.9K40发布于 2020-04-21
  • 来自专栏AI SPPECH

    155_法律应用:合同审查与案例分析 - 隐私合规视角下的LLM提示工程创新方法与最佳实践

    根据匿名化级别确定处理策略 redaction_rules = self. _get_redaction_rules(anonymization_level) # 3. 应用匿名化处理 anonymized_text = self.redactor.redact_text(document_text, entities, redaction_rules) 50, "end": 70} ] # 隐私信息屏蔽器 class PrivacyRedactor: def redact_text(self, text, entities, redaction_rules ("start", 0), reverse=True): entity_type = entity["type"] if entity_type in redaction_rules

    37010编辑于 2025-11-16
  • 来自专栏Hadoop实操

    CDH5.14和CM5.14的新功能

    4.敏感数据编辑(data redaction)标志的使用已更改。通过设置--redact=log,在Web UI中将禁用编辑(redaction)功能,但保留用户服务器日志。 或者,也可以使用--redact=none来完全禁用编辑(redaction)。 5.Spark DataSource的集成现在可以利用scanlocality获得更好的扫描性能。

    3.5K60发布于 2018-03-29
  • 来自专栏MongoDB中文社区

    网络和配置强化

    configure-windows-netsh-firewall/ 实施字段级别修订: https://docs.mongodb.com/manual/tutorial/implement-field-level-redaction

    71910发布于 2020-04-24
  • 来自专栏深度学习与python

    Doordash 的大规模隐私工程实践:地址遮蔽和数据保护

    数据削减(data redaction)由 DoorDash 分布式系统中的异步作业触发。当用户的数据符合削减条件时,该作业会将消息推送到 Kafka 主题,发出清洗与该用户相关数据的信号。

    28810编辑于 2023-12-28
  • 来自专栏ComPDFKit tutorials

    ComPDFKit PDF SDK: Supporting Cross Platforms and Frameworks

    **Redaction:**Redact content like images, text, and vector graphics.

    44820编辑于 2023-10-18
  • 来自专栏Hadoop实操

    0488-Cloudera Manager6.1的新功能

    18 改进Kerberos凭据的Redaction 增强Import KDC Account Manager Credentials命令,如果命令失败,则当前配置的redaction policy会被应用于命令的错误输出

    3.6K60发布于 2018-12-29
  • 来自专栏企鹅号快讯

    黑客展示如何攻击飞机和汽车

    数据库安全专家兼著名漏洞猎人David Litchfield展示了他最近在数据校订(data redaction)功能中发现的一些漏洞,Oracle公司在最新版本数据库12c中大肆宣传了这个安全功能。

    930100发布于 2018-01-24
  • 来自专栏码上读书

    Rust学习笔记Day21 为什么Rust的错误处理与众不同?

    disconnected")] Disconnect(#[from] io::Error), #[error("the data for key `{0}` is not available")] Redaction

    95020编辑于 2023-02-23
领券