给ACCESS2003加密码和去掉密码

由于最近在倒腾数据库ACCESS2003,可能有人看了会笑,这个东东现在还有人在用。确实在一些工控后台上这个数据库仍然很有市场。

下面就说说如何加密和去掉密码。

先说加密吧。先打开ACCESS软件,在文件-打开,在打开对话框里选中数据库,再单击打开按钮右边的向下的箭头,有四种打开方式:找开/只读方式打开/独占方式打开/只读独占方式打开。选中以独占方式打开。在工具-安全-设置数据库密码,输入两次密码就可以把数据库加上密码了。

 

去掉密码的方式根上边说的加密的过程是一样的,不同的是,工具-安全-撤消数据库密码就可以了。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Redis支持的强密码套件包括PBKDF2、bcrypt、scrypt和argon2等。其中,PBKDF2是Redis默认的密码套件。 要修改密码套件,需要在Redis的配置文件redis.conf中进行设置。具体操作如下: 1. 打开redis.conf文件,找到以下内容: ``` # Require clients to issue AUTH <PASSWORD> before processing any other # commands. This might be useful in environments in which you do not trust # others with access to the host running redis-server. # # This should stay commented out for backward compatibility and because most # people do not need auth (e.g. they run their own servers). # # Warning: since Redis is pretty fast an outside user can try up to # 150k passwords per second against a good box. This means that you should # use a very strong password otherwise it will be very easy to break. # # requirepass foobared ``` 2. 将requirepass参数的注释去掉,设置为需要的密码,比如: ``` requirepass mypassword ``` 3. 在配置文件中找到以下内容: ``` # Specify the PBKDF2 algorithm and parameters. # # The following parameters must be specified: # # pbkdf2-sha256 iterations=salt_bytes=hash_bytes= # pbkdf2-sha512 iterations=salt_bytes=hash_bytes= # # The parameters specify the number of iterations, the size of the salt, # and the size of the generated hash. The salt bytes and hash bytes are # specified in hexadecimal. # # The default is to use pbkdf2-sha256 with an iteration count of 10000, # a salt size of 16 bytes, and a hash size of 32 bytes. # # secure-redis-pbkdf2 sha256 iterations=10000 salt_bytes=16 hash_bytes=32 ``` 4. 根据需要修改PBKDF2算法的参数,比如: ``` secure-redis-pbkdf2 sha512 iterations=20000 salt_bytes=32 hash_bytes=64 ``` 5. 保存redis.conf文件并重启Redis服务,新的密码套件和参数生效。 注意:修改密码套件和参数可能会影响Redis的性能和安全性,需要谨慎操作。建议在测试环境中进行验证后再应用到生产环境中。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值