小编bla*_*h01的帖子

Python unhash值

我是蟒蛇的新手.我可以解开,或者我怎样才能解除价值.我正在使用std hash()函数.我想要做的是先将一个值哈希发送到某个地方,然后将其解开:

#process X
hashedVal = hash(someVal)
#send n receive in process Y
someVal = unhash(hashedVal)
#for example print it
print someVal
Run Code Online (Sandbox Code Playgroud)

Thx提前

python hash

8
推荐指数
3
解决办法
1万
查看次数

标签 统计

hash ×1

python ×1