前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >Obsidium v1.3.6.4 【Cracked】

Obsidium v1.3.6.4 【Cracked】

作者头像
obaby
发布于 2023-02-28 02:48:12
发布于 2023-02-28 02:48:12
5300
举报
文章被收录于专栏:obaby@marsobaby@mars

The Obsidium software protection and licensing system allows you to protect your program from unauthorized modifications (i.e. “cracking”) and provides you with a fast and reliable yet easy to implement licensing system.

Obsidium key features:

· encryption of application code and data

· compression of application code and data

· counter-measures against disassembling, debugging, dumping and runtime patching

· protection API

· automation of license generation

· integrated licensing systems featuring up to 2048 bit public key cryptography

· registration via keyfiles or text keys

· blacklisting of stolen or compromised keys

· runtime en-/decryption

· encryption of license-specific code

· system-specific licenses

· password protection

· creation of time limited trial versions

Obsidium is released as shareware. There is no time or date limit but some of its features (saving/loading project files) are disabled and protected programs will show a corresponding reminder message. Applications protected by the demo version may not be distributed. Obsidium itself is not hardware-locked.

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2010年11月18日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
ICOM6045 Topic 1 Cryptography
ICOM6045 Fundamentals of E-Commerce Security Topic 1 Cryptography Definition Process of transforming information to make it unreadable to anyone except those possessing the key Purpose Data confidentiality Transpositions/Permutations An encryption in which
pseudoyu
2023/04/11
2670
使用Fscrypt轻松获得文件级加密 (tech blog)
不久以前,我就证明了对大多数用户而言,文件级加密具有足够的安全性,并且比全盘加密具有更高的性能。表达这种异质观点的努力比预期的要少得多。相对的,一些读者发送了表示好奇和渴望尝试文件级加密的消息和评论。
木樾233
2020/12/18
3.1K1
面向XDR的数据质量度量方法(一)
数据质量度量是基于数据湖和XDR技术实现安全运营流程加速的关键环节。系列文章将从多个角度着手,给出定性、定量的度量方法。
绿盟科技研究通讯
2022/04/14
7200
面向XDR的数据质量度量方法(一)
IP加密
基于IEEE1735-2014 第二版进行加密,将IP的密钥文件和IP源代码通过Xilinx工具进行加密,然后交由客户。
瓜大三哥
2020/03/20
2.3K0
The Heartbleed Bug「建议收藏」
The Heartbleed Bug is a serious vulnerability in the popular OpenSSL cryptographic software library. This weakness allows stealing the information protected, under normal conditions, by the SSL/TLS encryption used to secure the Internet. SSL/TLS provides communication security and privacy over the Internet for applications such as web, email, instant messaging (IM) and some virtual private networks (VPNs).
全栈程序员站长
2022/09/13
4680
The Heartbleed Bug「建议收藏」
Zoom通过端到端加密提高了用户安全性
Zoom周一为其在线会议网络推出了端到端加密功能后,为其用户提供了很大的安全升级。 E2EE将控制密钥的控制权交给会议组织者。在E2EE推出之前,加密是在Zoom的服务器上完成的,可以访问这些服务器的人可以截取数据。 要使用此新功能,客户必须在帐户级别启用E2EE会议,并按每次会议选择加入E2EE。 弗吉尼亚州赫恩登的应用程序安全提供商nVisium的首席执行官杰克·曼尼诺(Jack Mannino)表示:“将密钥分发给客户并分散信任,可以使用户更加确信自己的通信不太可能通过受到破坏的密钥或基础结构来拦截。 Theta Lake首席产品官Dan Nadir解释说,如果没有端到端加密,则有权访问该平台的人可能会拦截对话。ThetaLake是加利福尼亚州圣塔芭芭拉的协作平台的安全和合规性解决方案提供商。 他对TechNewsWorld表示:“这可能是不道德的员工,或者是有能力破坏系统的人。” “完整的端到端加密消除了这一潜在的漏洞。”
YH
2020/12/20
7240
CISSP考试指南笔记:4.14 网络加密
Link encryption encrypts all the data along a specific communication path, as in a satellite link, T3 line, or telephone circuit. Not only is the user information encrypted, but the header, trailers, addresses, and routing data that are part of the packets are also encrypted. The only traffic not encrypted in this technology is the data link control messaging information, which includes instructions and parameters that the different link devices use to synchronize communication methods. Link encryption provides protection against packet sniffers and eavesdroppers.
血狼debugeeker
2021/02/04
4020
多云数据管理深度实践中 | 配置OpenSDS多后端(LVM、Cinder、Ceph)
上篇文章我们通过Ansible安装了OpenSDS,本文我们继续深入了解OpenSDS,相信细心的童鞋会发现我们上篇在简短介绍OpenSDS的时候说到了可以纳管本地异构存储,所以我们本文将讲述如何配置多后端,为了充分展现我们选择了本地LVM,OpenStack的Cinder以及Ceph分布式存储作为多后端来测试。
DevinGeng
2020/03/04
8790
多云数据管理深度实践中 | 配置OpenSDS多后端(LVM、Cinder、Ceph)
这篇带你深入理解SpringBoot中的自动装配(好文精读)
SpringBoot的自动装配是拆箱即用的基础,也是微服务化的前提。其实它并不那么神秘,我在这之前已经写过最基本的实现了,大家可以参考这篇文章。这次主要的议题是,来看看它是怎么样实现的,我们透过源代码来把握自动装配的来龙去脉。
Java团长
2020/04/26
1.2K0
Awesome Java - 2017 Java 资源大合集
A curated list of awesome Java frameworks, libraries and software.
大数据工程师-公子
2019/03/14
1.9K0
MySQL8.0新功能列表
There are over 250 new features in MySQL 8.0. The MySQL Manual is very good, but verbose. This is a list of new features in short bullet form. We have tried very hard to make sure each feature is only mentioned once. Note the similar list for MySQL 5.7.
田帅萌
2019/04/25
1.5K0
Three Paper Thursday: What’s Intel SGX Good For?
Software Guard eXtensions (SGX) represents Intel’s latest foray into trusted computing. Initially intended as a means to secure cloud computation, it has since been employed for DRM and secure key storage in production systems. SGX differs from its competitors such as TrustZone in its focus on reducing the volume of trusted code in its “secure world”. These secure worlds are called enclaves in SGX parlance and are protected from untrusted code by a combination of a memory encryption engine and a set of new CPU instructions to enforce separation.
仇诺伊
2020/05/14
7100
Three Paper Thursday: What’s Intel SGX Good For?
Secure Boot Family Key(obfuscated key)(MPSoc)
the_ROM_image: { [keysrc_encryption] efuse_red_key [bootloader, encryption=aes,aeskeyfile = aes.nky, destination_cpu = a53-0] fsbl.elf }
Frank-大龙
2024/11/11
1180
22个黑客练习的2网站
信息技术的需求量现在很高。随着世界继续将一切变成应用程序,甚至连最基本的设备都连接到互联网,需求只会增长,所以现在每个人都想学习黑客也就不足为奇了。 然而,几乎每天我都会遇到一个论坛帖子,有人在问他们应该从哪里开始学习黑客或者如何练习黑客。我列出了一些最好的黑客网站,希望这些网站能成为那些想知道如何建立和实践黑客技能的人的宝贵资源。我希望您发现这个列表有帮助,如果你知道任何其他高质量的黑客网站提交给我,方便我列入清单
网e渗透安全部
2019/08/09
1.8K0
聊聊Jasypt的StandardPBEByteEncryptor
Jasypt即Java Simplified Encryption,它主要是简化项目加解密的工作,内置提供了很多组件的集成,比如hibernate、spring、spring-security等
code4it
2023/09/12
1950
聊聊Jasypt的StandardPBEByteEncryptor
Protection ID v0.6.3.5 Public DECEMBER 2009
Protection ID v6.3.5 – 2009.12.24 hello folks!
obaby
2023/02/28
7320
Protection ID v0.6.3.5 Public DECEMBER 2009
.NET 基金会项目介绍-Microsoft Web Protection Library
Microsoft Web Protection Library 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。
newbe36524
2020/03/16
6640
KVM/QEMU hypervisor driver
The libvirt KVM/QEMU driver can manage any QEMU emulator from version 0.12.0 or later.
战神伽罗
2019/07/24
1.4K0
是的,开源真的很酷
最近某事件沸沸扬扬,我不小心参与进issue好心提醒它们关闭无关话题,但不幸的是,遭到了邮件骚扰(好吧,其实是我不知道怎么取消issue的邮件推送:(
姓王者
2024/11/23
700
全盘加密的案例(computing data management)
与所有行业一样,信息安全行业(通常被称为“网络安全”)的激烈讨论聚焦于一小撮最佳的实践。
木樾233
2020/12/18
1.1K0
相关推荐
ICOM6045 Topic 1 Cryptography
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档