public-key
SSHJ Example of Public Key Auth from File
Can someone give me an example of using SSHJ for Public Key Authentication? I realise this question is essentially identical to ssh example of private/public key authentication, however the answer by[详细]
2023-04-09 03:41 分类:问答Capistrano destroys ssh public key authorisation
I am quite out of my depths with a problem that I have faced with two different ssh-users on two different servers where I deploy to with Capistrano. I am sure I am not the only one to have come acros[详细]
2023-04-07 04:38 分类:问答How to transfer files from an amazon EC2 linux vps to a windows 7 home pc
Ok i have spent atleast a week trying to get this solved, looked all over and I see alot of solutions... Problem is none of them work开发者_运维百科 for me. I have a linux EC2 instance from amazon.com[详细]
2023-04-05 08:21 分类:问答How to sign string with private key
How can I get the signature of a string us开发者_StackOverflowing SHA1withRSA if I already have the Private Key as byte[] or String?I guess what you say is you know the key pair before hand and want t[详细]
2023-03-31 14:46 分类:问答Quite special PublicKey in .NET core assemblies
I\'ve noticed that core .NET开发者_运维百科 assemblies have PublicKey = 00000000000000000400000000000000. Not only it\'s shorter then those sn.exe allows to generate (min 384 bits) but also it has a l[详细]
2023-03-30 19:46 分类:问答How to find the modulus and exponent from a public key?
I need to encrypt some data using RSA in PHP. All of the libraries around ask for an exponent and a modulus, yet I get a single public key like this[详细]
2023-03-29 16:54 分类:问答AWS public key denied issue
I read this post: AWS ssh access 'Permission denied (publickey)' issue The information there is relevant, but does not help me solve my issue. I used to be able to login to my linux instance[详细]
2023-03-28 13:58 分类:问答C# - Security concerns with InternalsVisibleTo attribute
Are there any security concerns with using the InternalsVisibleTo attribute with strong-named assemblies?I understand that the assembly receiving information this way must have the private key to decr[详细]
2023-03-27 23:31 分类:问答What difference does key length make when signing a file?
I\'ve never taken any classes on encryption or security and I\'m trying to teach myself some basics, so forgive me if this is a silly question (don\'t worry, I\'m not working on anything sensitive)[详细]
2023-03-23 17:04 分类:问答What is the Android-counterpart of public-private-key-encryption with openssl_seal & openssl_open (both PHP)?
I just began to develop a android-app which needs to communicate with a server/database. On server side I use PHP to collect data or execute queries. I read a lot about security (XSS, SQL injection, e[详细]
2023-03-22 22:11 分类:问答